mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Run integs with sudo
This commit is contained in:
parent
4effac53e6
commit
62e37dfe25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
||||||
run: ansible-galaxy install -r requirements.yml
|
run: ansible-galaxy install -r requirements.yml
|
||||||
|
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
run: ansible-playbook -i tests/inventories/integration_testing/inventory nas.yml
|
run: ansible-playbook -i tests/inventories/integration_testing/inventory nas.yml -b
|
Loading…
Reference in a new issue