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
No related branches found
No related tags found
No related merge requests found
Pipeline #7485 passed
......@@ -16,6 +16,8 @@
- name: print facts
ansible.builtin.debug:
var: ansible_facts
when: debug
when:
- debug is defined
- debug is true
roles:
- {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