Skip to content

Commit

Permalink
Fix indentation of with_fileglob in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kallies authored and evgeni committed Dec 8, 2023
1 parent c73cba9 commit b203ce3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions plugins/modules/job_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
- name: toDelete
input_type: user
locations:
- Gallifrey
- Gallifrey
organizations:
- TARDIS INC
- TARDIS INC
- name: "Create a Job Template from a file"
theforeman.foreman.job_template:
Expand All @@ -192,9 +192,9 @@
input_type: user
state: present
locations:
- Gallifrey
- Gallifrey
organizations:
- TARDIS INC
- TARDIS INC
- name: "remove a job template's template inputs"
theforeman.foreman.job_template:
Expand All @@ -205,9 +205,9 @@
template_inputs: []
state: present
locations:
- Gallifrey
- Gallifrey
organizations:
- TARDIS INC
- TARDIS INC
- name: "Delete a Job Template"
theforeman.foreman.job_template:
Expand All @@ -226,9 +226,9 @@
name: Wibbly Wobbly Template
state: present
locations:
- Gallifrey
- Gallifrey
organizations:
- TARDIS INC
- TARDIS INC
# Providing a name in this case wouldn't be very sensible.
# Alternatively make use of with_filetree to parse recursively with filter.
Expand All @@ -240,9 +240,9 @@
file_name: "{{ item }}"
state: present
locations:
- SKARO
- SKARO
organizations:
- DALEK INC
- DALEK INC
with_fileglob:
- "./arsenal_templates/*.erb"
Expand Down Expand Up @@ -276,9 +276,9 @@
name: "*"
state: present
organizations:
- DALEK INC
- sky.net
- Doc Brown's garage
- DALEK INC
- sky.net
- Doc Brown's garage
'''

Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/partition_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
- SKARO
organizations:
- DALEK INC
with_fileglob:
- "./arsenal_templates/*.erb"
with_fileglob:
- "./arsenal_templates/*.erb"
# If the templates are stored locally and the ansible module is executed on a remote host
- name: Ensure latest version of all Ptable Community Templates
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/provisioning_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
- SKARO
organizations:
- DALEK INC
with_fileglob:
- "./arsenal_templates/*.erb"
with_fileglob:
- "./arsenal_templates/*.erb"
# If the templates are stored locally and the ansible module is executed on a remote host
- name: Ensure latest version of all Provisioning Community Templates
Expand Down

0 comments on commit b203ce3

Please sign in to comment.