Update state directory to mabe not break itself on every reboot
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user