mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-22 07:52:25 +02:00
9 lines
213 B
YAML
9 lines
213 B
YAML
- name: "pkgmgr install"
|
|
include_role:
|
|
name: pkgmgr-install
|
|
vars:
|
|
package_name: swap-forge
|
|
|
|
- name: Execute create swapfile script
|
|
ansible.builtin.shell: swap-forge "{{swapfile_size}}"
|
|
become: true |