Browse Source

Update 'ansible-jitsi.yml'

panda 1 year ago
parent
commit
27296f8af0
1 changed files with 5 additions and 8 deletions
  1. 5 8
      ansible-jitsi.yml

+ 5 - 8
ansible-jitsi.yml

@@ -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