Update dir list

This commit is contained in:
Antoine Legrand
2018-08-23 16:51:52 +02:00
parent f5f7b1626b
commit 48c0c8d854
14 changed files with 263 additions and 270 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Remove swapfile from /etc/fstab
mount:
name: swap
fstype: swap
state: absent
- name: Disable swap
command: swapoff -a
when: ansible_swaptotal_mb > 0