mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-20 18:55:01 +02:00
4 lines
154 B
YAML
4 lines
154 B
YAML
- name: "remove directory {{ KEYCLOAK_REALM_IMPORT_DIR_HOST }}"
|
|
ansible.builtin.file:
|
|
path: "{{ KEYCLOAK_REALM_IMPORT_DIR_HOST }}"
|
|
state: absent |