duplicate dependancy installation to converge.yml because it is needed
This commit is contained in:
@@ -46,6 +46,13 @@
|
|||||||
msg: "/root/image.img is linked to {{ xfs_project_quotas_loop_dev[0] }}"
|
msg: "/root/image.img is linked to {{ xfs_project_quotas_loop_dev[0] }}"
|
||||||
when: xfs_project_quotas_loop_dev != ''
|
when: xfs_project_quotas_loop_dev != ''
|
||||||
|
|
||||||
|
- name: "Quotas | Ensure xfsprogs package is installed"
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name: xfsprogs
|
||||||
|
state: present
|
||||||
|
update_cache: true
|
||||||
|
cache_valid_time: 3600
|
||||||
|
|
||||||
- name: Make xfs filesystem
|
- name: Make xfs filesystem
|
||||||
community.general.filesystem:
|
community.general.filesystem:
|
||||||
fstype: xfs
|
fstype: xfs
|
||||||
|
|||||||
Reference in New Issue
Block a user