Minor changes to get Travis working again

This commit is contained in:
Werner Dijkerman
2019-10-24 13:11:42 +02:00
parent e977863e97
commit 02d6e48a39
3 changed files with 7 additions and 7 deletions

View File

@ -31,6 +31,7 @@ platforms:
command: /sbin/init
groups:
- telegraf
- debian
networks:
- name: telegraf
- name: telegraf-ubuntu
@ -39,6 +40,7 @@ platforms:
command: /sbin/init
groups:
- telegraf
- debian
networks:
- name: telegraf
- name: telegraf-opensuse
@ -57,11 +59,9 @@ provisioner:
lint:
name: ansible-lint
inventory:
host_vars:
telegraf-debian:
telegraf_agent_package: /tmp/telegraf_amd64.deb
telegraf_agent_package_method: online
group_vars:
debian:
telegraf_agent_package_method: online
all:
telegraf_agent_package_state: latest
telegraf_agent_output:

View File

@ -13,7 +13,7 @@
apt:
name:
- wget
- gpg
# - gpg
state: present
when:
- ansible_os_family == 'Debian'