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: "Restart service {{ role_name }}"
|
||||
- name: "Restart service {{ service_name }}"
|
||||
ansible.builtin.command:
|
||||
cmd: docker compose up -d --force-recreate
|
||||
chdir: "{{ (services_path, role_name) | path_join }}"
|
||||
chdir: "{{ (services_path, service_name) | path_join }}"
|
||||
when: "'local-dev' != inventory_hostname"
|
||||
changed_when: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue