1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/docker_secret/tasks/main.yml

3 lines
117 B
YAML
Raw Normal View History

- include_tasks: test_secrets.yml
2017-07-06 15:22:04 +02:00
when: ansible_os_family != 'RedHat' or ansible_distribution_major_version != '6'