CI tests: add a note not to use tests as an example of writing roles (#111)

This commit is contained in:
Andrew Klychkov
2020-09-25 09:25:48 +03:00
committed by GitHub
parent 7cdfdc1bfb
commit 010b54f0af
31 changed files with 155 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
####################################################################
# WARNING: These are designed specifically for Ansible tests #
# and should not be used as examples of how to write Ansible roles #
####################################################################
- name: make sure we have the ansible_os_family and ansible_distribution_version facts
setup:
gather_subset: distribution