Update 'ansible-jitsi.yml'

This commit is contained in:
panda 2022-11-04 00:25:18 +01:00
parent fbfc0ee97a
commit 27296f8af0

View file

@ -71,19 +71,16 @@
- name: "telegraf"
hosts: localhost
connection: local
roles:
- telegraf
include_role:
name: telegraf
# when: (ansible_distribution == 'Debian') or (ansible_distribution == 'Ubuntu')
- name: "docker"
hosts: localhost
connection: local
roles:
- docker
include_role:
name: docker
# when: (ansible_distribution == 'Debian') or (ansible_distribution == 'Ubuntu')
- name: "copy telegraf.conf"
copy:
backup: yes