Updated Ansible tasks to FQCN format

This commit is contained in:
2023-05-03 23:36:25 -04:00
parent 81d2ea447a
commit 6e4f083e01
35 changed files with 203 additions and 203 deletions

View File

@@ -1,5 +1,5 @@
- name: Restart Gitea
service:
ansible.builtin.service:
name: "{{ docker_compose_service }}@{{ gitea_name }}"
state: restarted
listen: restart_gitea