update tasks

This commit is contained in:
qubusp 2017-05-09 13:29:29 +02:00 committed by GitHub
parent a83e39c2a9
commit 221686c618

View File

@ -1,7 +1,7 @@
--- ---
- include: setup-RedHat.yml - include: setup-RedHat.yml
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- copy: src=docker.j2 dest=/etc/yum.repos.d/docker.repo - templates: src=docker.j2 dest=/etc/yum.repos.d/docker.repo
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- include: setup-Debian.yml - include: setup-Debian.yml
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'