Updates
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 12s
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 12s
This commit is contained in:
parent
c8a3840f84
commit
700ab63be0
@ -10,7 +10,7 @@ jobs:
|
||||
Ansible-Development-Pipeline:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ansible-dev-centos9, ansible-dev-fedora39, ansible-dev-debian12 ]
|
||||
os: [ ansible-dev-centos9 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
14
survey.yml
14
survey.yml
@ -7,28 +7,28 @@
|
||||
tasks:
|
||||
- name: Example of 'Text'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_text
|
||||
var: aap_survey_text
|
||||
|
||||
- name: Example of 'Textarea'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_textarea
|
||||
var: aap_survey_textarea
|
||||
|
||||
- name: Example of 'password'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_password
|
||||
var: aap_survey_password
|
||||
|
||||
- name: Example of 'Multiple Choice (single select)'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_choice_single
|
||||
var: aap_survey_choice_single
|
||||
|
||||
- name: Example of 'Multiple Choice (multiple select)'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_choice_multiple
|
||||
var: aap_survey_choice_multiple
|
||||
|
||||
- name: Example of 'Integer'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_integer
|
||||
var: aap_survey_integer
|
||||
|
||||
- name: Example of 'Float'
|
||||
ansible.builtin.debug:
|
||||
msg: aap_survey_float
|
||||
var: aap_survey_float
|
||||
|
Loading…
x
Reference in New Issue
Block a user