mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
TEST
This commit is contained in:
parent
44f84a069e
commit
42e1d2f3f6
1 changed files with 5 additions and 1 deletions
|
|
@ -23,7 +23,11 @@
|
|||
debug:
|
||||
var: ansible_facts
|
||||
|
||||
- name: Check '{{ output_dir }}' value
|
||||
- name: Check virtualization_type
|
||||
debug:
|
||||
msg: "{{ virtualization_type }}"
|
||||
|
||||
- name: Check '{{ output_dir }}' value
|
||||
debug:
|
||||
msg: "{{ output_dir }}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue