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,4 +1,9 @@
---
####################################################################
# WARNING: These are designed specifically for Ansible tests #
# and should not be used as examples of how to write Ansible roles #
####################################################################
- name: Include OS-specific variables
include_vars: '{{ ansible_os_family }}.yml'
when: not ansible_os_family == "Darwin" and not ansible_os_family == "FreeBSD"