Update state directory to mabe not break itself on every reboot

This commit is contained in:
2021-11-09 00:03:05 -05:00
parent 4069d8a77a
commit 197157b830
2 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,12 @@
- python3-policycoreutils
- python3-firewall
- name: Remove legacy state directory
become: true
ansible.builtin.file:
path: /var/run/skylab
state: absent
- name: Create state directory
become: true
ansible.builtin.file: