Updates
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 12s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 11s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 14s
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 12s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 11s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 14s
This commit is contained in:
parent
05c6e5b231
commit
c8a3840f84
28
survey.yml
28
survey.yml
@ -5,6 +5,30 @@
|
|||||||
become: false
|
become: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Say hello
|
- name: Example of 'Text'
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: Hello world!
|
msg: aap_survey_text
|
||||||
|
|
||||||
|
- name: Example of 'Textarea'
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: aap_survey_textarea
|
||||||
|
|
||||||
|
- name: Example of 'password'
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: aap_survey_password
|
||||||
|
|
||||||
|
- name: Example of 'Multiple Choice (single select)'
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: aap_survey_choice_single
|
||||||
|
|
||||||
|
- name: Example of 'Multiple Choice (multiple select)'
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: aap_survey_choice_multiple
|
||||||
|
|
||||||
|
- name: Example of 'Integer'
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: aap_survey_integer
|
||||||
|
|
||||||
|
- name: Example of 'Float'
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: aap_survey_float
|
||||||
|
Loading…
x
Reference in New Issue
Block a user