linux_set_swap_partition_{{ swap.device }}: | linux_set_swap_partition_{{ swap.device }}: | ||||
cmd.run: | cmd.run: | ||||
- name: 'swapon {{ swap.device }}' | - name: 'swapon {{ swap.device }}' | ||||
- unless: grep $(readlink -f /dev/vg0/swap) /proc/swaps | |||||
- unless: grep $(readlink -f {{ swap.device }}) /proc/swaps | |||||
- require: | - require: | ||||
- cmd: linux_create_swap_partition_{{ swap.device }} | - cmd: linux_create_swap_partition_{{ swap.device }} | ||||