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