From 700ab63be0745fc6bcb7e71a32f42476c57fef29 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 20 Dec 2024 17:26:24 -0500 Subject: [PATCH] Updates --- .gitea/workflows/ansible-test.yml | 2 +- survey.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ansible-test.yml b/.gitea/workflows/ansible-test.yml index ad129bf..5fbe834 100644 --- a/.gitea/workflows/ansible-test.yml +++ b/.gitea/workflows/ansible-test.yml @@ -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 diff --git a/survey.yml b/survey.yml index e7d22fe..18a402b 100644 --- a/survey.yml +++ b/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