8 lines
219 B
YAML

- name: install swap-forge
command:
cmd: "pkgmgr install swap-forge --clone-mode https"
become: true
- name: Execute create swapfile script
ansible.builtin.shell: swap-forge "{{swapfile_size}}"
become: true