mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Add changelog fragment file
This commit is contained in:
parent
71128f978b
commit
d0b949e5f8
2 changed files with 7 additions and 0 deletions
3
changelogs/fragments/dnm_check_ci_tests.yml
Normal file
3
changelogs/fragments/dnm_check_ci_tests.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- CI tests - check synchronize module integration tests
|
||||
|
|
@ -19,6 +19,10 @@
|
|||
- foo.txt
|
||||
- bar.txt
|
||||
|
||||
- name: Check OS distribution
|
||||
debug:
|
||||
msg: "{{ ansible_distribution }}"
|
||||
|
||||
#- name: synchronize file to new filename
|
||||
# synchronize:
|
||||
# src: '{{output_dir}}/foo.txt'
|
||||
|
|
|
|||
Loading…
Reference in a new issue