groups
This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
company: BobCo
|
company: BobCo
|
||||||
password: "{{ temp_password }}"
|
password: "{{ temp_password }}"
|
||||||
state: present
|
state: present
|
||||||
groups: {{ groups }}
|
groups:
|
||||||
|
- "GroupA"
|
||||||
|
- "GroupB"
|
||||||
street: "{{ street }}"
|
street: "{{ street }}"
|
||||||
city: "{{ city }}"
|
city: "{{ city }}"
|
||||||
state_province: IN
|
state_province: IN
|
||||||
|
|||||||
@@ -264,14 +264,6 @@ controller_templates:
|
|||||||
variable: telephone_number
|
variable: telephone_number
|
||||||
default: 555-123456
|
default: 555-123456
|
||||||
required: false
|
required: false
|
||||||
- question_name: Groups
|
|
||||||
type: multiplechoice
|
|
||||||
variable: groups
|
|
||||||
required: false
|
|
||||||
choices:
|
|
||||||
- GroupA
|
|
||||||
- GroupB
|
|
||||||
- GroupC
|
|
||||||
|
|
||||||
- name: "Rollback"
|
- name: "Rollback"
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
Reference in New Issue
Block a user