This commit is contained in:
Chris Evich 2018-01-15 14:54:37 +00:00 committed by GitHub
commit cf7c3b4021

View file

@ -1,5 +1,12 @@
---
- name: Update all packages
package:
name: '*'
state: latest
async: 600
poll: 10
- name: Make sure we have all required packages
package:
name: "{{ item }}"
@ -55,7 +62,7 @@
- socat
- tar
- wget
async: 600
async: '{{ 20 * 60 }}'
poll: 10
- name: Add python2-boto for Fedora
@ -82,13 +89,6 @@
- btrfs-progs-devel
when: ansible_distribution in ['Fedora']
- name: Update all packages
package:
name: '*'
state: latest
async: 600
poll: 10
- name: Setup swap to prevent kernel firing off the OOM killer
shell: |
truncate -s 8G /root/swap && \