Replace role_name with service_name
This commit is contained in:
parent
bdf1f8891b
commit
2ff6488a70
98 changed files with 128 additions and 124 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Rebuild service {{ role_name }}
|
||||
- name: Rebuild service {{ service_name }}
|
||||
ansible.builtin.command:
|
||||
cmd: docker compose build --pull
|
||||
chdir: "{{ (services_path, role_name) | path_join }}"
|
||||
chdir: "{{ (services_path, service_name) | path_join }}"
|
||||
changed_when: true
|
||||
notify: Restart service {{ role_name }}
|
||||
notify: Restart service {{ service_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue