You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
user: ansibler
11
11
sudo: true
12
12
roles:
13
-
- { role: kernel, when: upgrade_kernel }
13
+
- { role: kernel, when: upgrade_kernel and not ansible_kernel.startswith('3.13') }
14
14
- common
15
15
- { role: postfix_mandrill, when: notify_email is defined and postfix_domain is defined and mandrill_username is defined and mandrill_api_key is defined }
0 commit comments