We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4605a5 commit aecb718Copy full SHA for aecb718
reproducer.yml
@@ -6,6 +6,11 @@
6
hosts: "{{ cifmw_target_host | default('localhost') }}"
7
gather_facts: true
8
pre_tasks:
9
+ - name: Daniel - print cifmw_devscripts_zironic_deployment
10
+ ansible.builtin.debug:
11
+ msg: |
12
+ the cifmw_devscripts_zironic_deployment is {{ cifmw_devscripts_zironic_deployment | default('') }}
13
+
14
- name: Inherit from parent scenarios if needed
15
ansible.builtin.include_tasks:
16
file: "ci/playbooks/tasks/inherit_parent_scenario.yml"
0 commit comments