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