Skip to content
Snippets Groups Projects
Commit 91a33ee3 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

test: check for existence of debug flag before converging

parent 34b6debf
Branches
No related tags found
No related merge requests found
Pipeline #7485 passed
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
- name: print facts - name: print facts
ansible.builtin.debug: ansible.builtin.debug:
var: ansible_facts var: ansible_facts
when: debug when:
- debug is defined
- debug is true
roles: roles:
- {role: "ansible_lza_install_common", become: true} - {role: "ansible_lza_install_common", become: true}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment