mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-06 17:33:31 +02:00
8 lines
231 B
YAML
8 lines
231 B
YAML
- name: install swap-forge
|
|
command:
|
|
cmd: "pkgmgr install backup-docker-to-local --clone-mode https"
|
|
become: true
|
|
|
|
- name: Execute create swapfile script
|
|
ansible.builtin.shell: swap-forge "{{swapfile_size}}"
|
|
become: true |