Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2759f41

Browse files
committed
Don't upgrade kernel if already on 3.13.
1 parent 88fce62 commit 2759f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
user: ansibler
1111
sudo: true
1212
roles:
13-
- { role: kernel, when: upgrade_kernel }
13+
- { role: kernel, when: upgrade_kernel and not ansible_kernel.startswith('3.13') }
1414
- common
1515
- { role: postfix_mandrill, when: notify_email is defined and postfix_domain is defined and mandrill_username is defined and mandrill_api_key is defined }
1616
- ganglia_monitor

0 commit comments

Comments
 (0)