Remove sudo in tests
This commit is contained in:
parent
d50f1505bb
commit
4710231c91
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
tests.sh
|
|
@ -21,4 +21,4 @@ builtin cd "${ANSIBLE_DIR}"
|
|||
ansible-lint "${ANSIBLE_DIR}"
|
||||
|
||||
# Run
|
||||
sudo ansible-playbook playbook.yml -i "localhost," -c local --check --diff
|
||||
ansible-playbook playbook.yml -i "localhost," -c local --check --diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue