Use import_role where possible

This commit is contained in:
uumas
2025-04-04 19:27:43 +03:00
parent 4c44845a8b
commit 335656a166
5 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
notify: Restart socat socket for {{ service_name }}
- name: Socat container for {{ service_name }}
ansible.builtin.include_role:
ansible.builtin.import_role:
name: container
vars:
container_name: "{{ service_name }}-socat"