This commit is contained in:
Bart Sjerps
2026-06-29 09:02:59 +02:00
parent f5824e80e9
commit 9d74e2f4b1
4 changed files with 43 additions and 2 deletions
+5 -2
View File
@@ -56,13 +56,16 @@
ansible.builtin.selinux:
state: disabled
- name: Create bin directory
- name: Create Directories
file:
path: /opt/atclab/bin
path: '{{ item }}'
state: directory
mode: '0755'
owner: root
group: root
loop:
- /var/backups
- /opt/atclab/bin
- name: Copy etc configs
copy: