Laurent Arnoud před 9 roky
rodič
revize
21e0110684

+ 4
- 0
roles/mailserver/tasks/z-push.yml Zobrazit soubor

@@ -23,9 +23,13 @@
23 23
 
24 24
 - name: Copy z-push source files to /usr/share/z-push
25 25
   shell: cp -R z-push-{{ zpush_version }}/* /usr/share/z-push/ chdir=/root
26
+  tags:
27
+    - skip_ansible_lint
26 28
 
27 29
 - name: Remove downloaded, temporary z-push source files
28 30
   shell: rm -rf z-push* chdir=/root
31
+  tags:
32
+    - skip_ansible_lint
29 33
 
30 34
 - name: Ensure z-push state and log directories are in place
31 35
   file: state=directory path={{ item }} owner=www-data group=www-data mode=755

+ 2
- 0
roles/vpn/tasks/openvpn.yml Zobrazit soubor

@@ -154,6 +154,8 @@
154 154
 
155 155
 - name: Copy the ca.crt and ta.key files that clients will need in order to connect to the OpenVPN server
156 156
   command: cp {{ openvpn_path }}/{{ item[1] }} {{ openvpn_path }}/{{ item[0] }}
157
+  tags:
158
+    - skip_ansible_lint
157 159
   with_nested:
158 160
     - openvpn_clients
159 161
     - ["ca.crt", "ta.key"]

Loading…
Zrušit
Uložit