|
@@ -73,3 +73,7 @@
|
73
|
73
|
- include: ufw.yml tags=ufw
|
74
|
74
|
- include: security.yml tags=security
|
75
|
75
|
- include: ntp.yml tags=ntp
|
|
76
|
+- include: google_auth.yml tags=google_auth
|
|
77
|
+ when: ansible_distribution_release != 'trusty'
|
|
78
|
+- include: google_auth_mod.yml tags=google_auth
|
|
79
|
+ when: ansible_distribution_release == 'trusty'
|