mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 16:09:29 +00:00
Conversation: https://chatgpt.com/share/6926bece-332c-800f-a5f6-b76fe8cb42fa
5 lines
150 B
YAML
5 lines
150 B
YAML
- name: "Cleanup MIG roles directory (remove all contents safely)"
|
|
file:
|
|
path: "{{ MIG_ROLES_DIRECTORY }}"
|
|
state: directory
|
|
mode: "0755" |