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

This commit is contained in:
Andrew Klychkov 2020-09-28 08:15:47 +03:00 committed by GitHub
commit f1c647f360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 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