mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive
refactoring of playbooks now warranted, which we'll do before we move on. This variable assignment system makes nearly all possible magic possible, for we can use these variables however we like, even as module names!
This commit is contained in:
parent
5ed2b894d9
commit
4de7bbb169
15 changed files with 410 additions and 77 deletions
4
test/CentOS.yml
Normal file
4
test/CentOS.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# could test something different here but want people running tests on
|
||||
# different OS platforms to still have passing tests
|
||||
testing: default
|
||||
Loading…
Add table
Add a link
Reference in a new issue