summaryrefslogtreecommitdiffstats
path: root/ansible_collections/theforeman/foreman/plugins/modules/job_template.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
commit3667197efb7b18ec842efd504785965911f8ac4b (patch)
tree0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/theforeman/foreman/plugins/modules/job_template.py
parentAdding upstream version 9.5.1+dfsg. (diff)
downloadansible-upstream/10.0.0+dfsg.tar.xz
ansible-upstream/10.0.0+dfsg.zip
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/theforeman/foreman/plugins/modules/job_template.py')
-rw-r--r--ansible_collections/theforeman/foreman/plugins/modules/job_template.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/ansible_collections/theforeman/foreman/plugins/modules/job_template.py b/ansible_collections/theforeman/foreman/plugins/modules/job_template.py
index df2fe732f..57ed1577e 100644
--- a/ansible_collections/theforeman/foreman/plugins/modules/job_template.py
+++ b/ansible_collections/theforeman/foreman/plugins/modules/job_template.py
@@ -176,9 +176,9 @@ EXAMPLES = '''
- 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 @@ EXAMPLES = '''
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 @@ EXAMPLES = '''
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 @@ EXAMPLES = '''
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 @@ EXAMPLES = '''
file_name: "{{ item }}"
state: present
locations:
- - SKARO
+ - SKARO
organizations:
- - DALEK INC
+ - DALEK INC
with_fileglob:
- "./arsenal_templates/*.erb"
@@ -276,9 +276,9 @@ EXAMPLES = '''
name: "*"
state: present
organizations:
- - DALEK INC
- - sky.net
- - Doc Brown's garage
+ - DALEK INC
+ - sky.net
+ - Doc Brown's garage
'''