1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

56 changes to include_tasks --edits double check after rebase

This commit is contained in:
Adam Holt 2017-10-30 23:55:24 -04:00 committed by Jerry Vonau
parent d23e3d760f
commit c07c0d2d76
22 changed files with 68 additions and 60 deletions

View file

@ -45,12 +45,12 @@
tags:
- download
- include: centos.yml
- include_tasks: centos.yml
when: ansible_distribution == "CentOS"
tags:
- download
- include: fedora.yml
- include_tasks: fedora.yml
when: ansible_distribution == "Fedora"
tags:
- download