Fix idempotence issue

This commit is contained in:
Werner Dijkerman
2018-11-25 19:39:42 +01:00
parent aa78fc137e
commit 23963f4292
2 changed files with 4 additions and 1 deletions

View File

@ -42,8 +42,9 @@ platforms:
networks:
- name: telegraf
- name: telegraf-opensuse
image: opensuse/leap
image: reszelaz/leap-systemd
privileged: True
command: /sbin/init
groups:
- telegraf
networks:

View File

@ -22,6 +22,8 @@
zypper:
name:
- sysvinit-tools
- insserv-compat
- aaa_base
state: present
when:
- ansible_os_family == 'Suse'