This commit is contained in:
parent
2cdf4245cc
commit
f60aee7601
1 changed files with 6 additions and 1 deletions
|
@ -34,4 +34,9 @@ jobs:
|
||||||
|
|
||||||
- name: List ansible hosts
|
- name: List ansible hosts
|
||||||
run: |
|
run: |
|
||||||
ansible -m ping Andromeda
|
ansible -m ping Andromeda
|
||||||
|
|
||||||
|
- name: Deploy testing
|
||||||
|
run: |
|
||||||
|
cd deploy/ansible
|
||||||
|
ansible-playbook playbooks/deploy-c3lf-sys3.yml
|
||||||
|
|
Loading…
Reference in a new issue