Skip to content

Commit

Permalink
issue #409: mark sudo test noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
dw committed Oct 31, 2018
1 parent a77f076 commit e832dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ansible/integration/stub_connections/setns_lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

- debug: msg={{out}}

- command: sudo whoami
- command: sudo -n whoami
args:
warn: false
ignore_errors: true
register: sudo_available
when: out.ansible_facts.ansible_system == 'Linux'

- command: |
sudo -E ansible
sudo -nE ansible
-i localhost,
-c setns
-e mitogen_kind=lxc
Expand Down

0 comments on commit e832dde

Please sign in to comment.