mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
TEST
This commit is contained in:
parent
f6ea11ab5c
commit
bcd82bee4f
1 changed files with 2 additions and 3 deletions
|
|
@ -19,9 +19,8 @@
|
||||||
- foo.txt
|
- foo.txt
|
||||||
- bar.txt
|
- bar.txt
|
||||||
|
|
||||||
- name: Check OS distribution
|
- name: Check facts
|
||||||
debug:
|
var: ansible_facts
|
||||||
msg: "{{ ansible_distribution }}"
|
|
||||||
|
|
||||||
- name: Check '{{ output_dir }}' value
|
- name: Check '{{ output_dir }}' value
|
||||||
debug:
|
debug:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue