1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

workflows: test sudo

This commit is contained in:
Dawid Dziurla 2021-07-26 18:29:42 +02:00 committed by GitHub
parent 163a4d1959
commit 95ac226ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,3 +113,10 @@ jobs:
directory: test directory: test
vault_password: test vault_password: test
options: --inventory hosts options: --inventory hosts
- name: With sudo
uses: ./
with:
playbook: playbook.yml
directory: test
sudo: true
options: --inventory hosts