Explorar el Código

Add dependencies tag to some tasks where it was missing

chadrh hace 7 años
padre
commit
595075268e
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2
    0
      roles/ircbouncer/tasks/znc.yml
  2. 2
    0
      roles/monitoring/tasks/collectd.yml

+ 2
- 0
roles/ircbouncer/tasks/znc.yml Ver fichero

@@ -4,6 +4,8 @@
4 4
   apt: pkg={{ item }} state=installed
5 5
   with_items:
6 6
     - znc
7
+  tags:
8
+    - dependencies
7 9
 
8 10
 - name: Create znc group
9 11
   group: name=znc state=present

+ 2
- 0
roles/monitoring/tasks/collectd.yml Ver fichero

@@ -1,5 +1,7 @@
1 1
 - name: Install collectd
2 2
   apt: pkg=collectd state=installed
3
+  tags:
4
+      - dependencies
3 5
 
4 6
 - name: Copy collectd configuration file into place
5 7
   template: src=etc_collectd_collectd.conf.j2 dest=/etc/collectd/collectd.conf

Loading…
Cancelar
Guardar