chore: ansible ioc/service master restart
This commit is contained in:
@@ -26,5 +26,5 @@ jobs:
|
||||
run: |
|
||||
ansible-playbook ansible/playbooks/add-new-service.yml \
|
||||
-i ansible/hosts.yml \
|
||||
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_dir_name=${{ steps.parse_branch.outputs.service_name }}" \
|
||||
--extra-vars="agebd_env=dev service_dir_name=${{ steps.parse_branch.outputs.service_name }}" \
|
||||
-v
|
||||
+1
-1
@@ -8,6 +8,6 @@ Set vars on command line:
|
||||
cd ansible
|
||||
ansible-playbook ansible/playbooks/add-new-service.yml \
|
||||
-i ansible/hosts.yml \
|
||||
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_dir_name=<service dir name>" \
|
||||
--extra-vars="agebd_env=dev service_dir_name=<service dir name>" \
|
||||
-v
|
||||
```
|
||||
Reference in New Issue
Block a user