make converge be working

This commit is contained in:
Sergey Malyuk
2025-12-23 16:59:00 +03:00
parent 4dec1fd7fe
commit 29b28edc82
4 changed files with 101 additions and 1 deletions

View File

@@ -6,6 +6,17 @@
update_cache: true
cache_valid_time: 3600
- name: Touch /etc/projects and /etc/projid
loop:
- /etc/projects
- /etc/projid
ansible.builtin.file:
path: "{{ item }}"
state: touch
owner: root
group: root
mode: "0644"
- name: "Quotas | Ensure all /etc/projects entries exist"
loop: "{{ projects }}"
ansible.builtin.lineinfile: