This commit is contained in:
Mike Kletz
2022-03-09 10:10:37 -06:00
parent b9177b7f44
commit 199ede5787
2 changed files with 3 additions and 9 deletions

View File

@@ -18,7 +18,9 @@
company: BobCo
password: "{{ temp_password }}"
state: present
groups: {{ groups }}
groups:
- "GroupA"
- "GroupB"
street: "{{ street }}"
city: "{{ city }}"
state_province: IN

View File

@@ -264,14 +264,6 @@ controller_templates:
variable: telephone_number
default: 555-123456
required: false
- question_name: Groups
type: multiplechoice
variable: groups
required: false
choices:
- GroupA
- GroupB
- GroupC
- name: "Rollback"
job_type: run