diff --git a/changelogs/fragments/dnm_check_ci_tests.yml b/changelogs/fragments/dnm_check_ci_tests.yml new file mode 100644 index 0000000..3e12905 --- /dev/null +++ b/changelogs/fragments/dnm_check_ci_tests.yml @@ -0,0 +1,3 @@ +--- +trivial: +- CI tests - check synchronize module integration tests diff --git a/tests/integration/targets/synchronize/tasks/main.yml b/tests/integration/targets/synchronize/tasks/main.yml index 948570e..787bd6e 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -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'