Skip to content

Commit

Permalink
add missing --become cli switch to activate privilege escalation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Seide committed Aug 6, 2018
1 parent c6924d9 commit e8d7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ install:
script:
- echo localhost > inventory
- ansible-playbook -i inventory --syntax-check --list-tasks role.yml
- ansible-playbook -i inventory --connection=local --become-method sudo -vvvv role.yml
- ansible-playbook -i inventory --connection=local --become --become-method sudo -vvvv role.yml
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 comments on commit e8d7616

Please sign in to comment.