diff --git a/plugins/modules/job_template.py b/plugins/modules/job_template.py index df2fe732f7..57ed1577e3 100644 --- a/plugins/modules/job_template.py +++ b/plugins/modules/job_template.py @@ -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: @@ -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: @@ -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: @@ -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. @@ -240,9 +240,9 @@ file_name: "{{ item }}" state: present locations: - - SKARO + - SKARO organizations: - - DALEK INC + - DALEK INC with_fileglob: - "./arsenal_templates/*.erb" @@ -276,9 +276,9 @@ name: "*" state: present organizations: - - DALEK INC - - sky.net - - Doc Brown's garage + - DALEK INC + - sky.net + - Doc Brown's garage ''' diff --git a/plugins/modules/partition_table.py b/plugins/modules/partition_table.py index 1ddccea769..669a74dd1d 100644 --- a/plugins/modules/partition_table.py +++ b/plugins/modules/partition_table.py @@ -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 diff --git a/plugins/modules/provisioning_template.py b/plugins/modules/provisioning_template.py index 0a52f8dec4..e47da4d6a4 100644 --- a/plugins/modules/provisioning_template.py +++ b/plugins/modules/provisioning_template.py @@ -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