Fix ansible warnings

This commit is contained in:
Daniel A. Maierhofer
2018-03-03 17:05:42 +01:00
parent 8ac94e7531
commit 25b918804d
4 changed files with 9 additions and 9 deletions

View File

@@ -1,24 +1,24 @@
--- ---
- include: git.yml - include_tasks: git.yml
when: ariane_git when: ariane_git
tags: ['ariane_git', 'git'] tags: ['ariane_git', 'git']
- include: sysctl.yml - include_tasks: sysctl.yml
when: ariane_sysctl when: ariane_sysctl
tags: ['ariane_sysctl', 'sysctl'] tags: ['ariane_sysctl', 'sysctl']
- include: logrotate.yml - include_tasks: logrotate.yml
when: ariane_logrotate when: ariane_logrotate
tags: ['ariane_logrotate', 'logrotate'] tags: ['ariane_logrotate', 'logrotate']
- include: iptables.yml - include_tasks: iptables.yml
when: ariane_iptables when: ariane_iptables
tags: ['ariane_iptables', 'iptables'] tags: ['ariane_iptables', 'iptables']
- include: zfs.yml - include_tasks: zfs.yml
when: ariane_zfs when: ariane_zfs
tags: ['ariane_zfs', 'zfs'] tags: ['ariane_zfs', 'zfs']
- include: lxc.yml - include_tasks: lxc.yml
when: ariane_lxc when: ariane_lxc
tags: ['ariane_lxc', 'lxc'] tags: ['ariane_lxc', 'lxc']

View File

@@ -1,4 +1,4 @@
--- ---
- include: borg.yml - include_tasks: borg.yml
when: backup_borg when: backup_borg
tags: ['backup', 'borg'] tags: ['backup', 'borg']

View File

@@ -1,4 +1,4 @@
--- ---
- include: borg.yml - include_tasks: borg.yml
when: backup_borg when: backup_borg
tags: ['backup', 'borg'] tags: ['backup', 'borg']

View File

@@ -20,7 +20,7 @@
- rvm1-ansible - rvm1-ansible
- hosts: test_common - hosts: test_common
sudo: True become: True
- hosts: all - hosts: all
gather_facts: False gather_facts: False