disabled another issue with sudo on this test

pull/658/head
Steven Robertson 5 years ago
parent ebf628a812
commit 8925f8a9d7

@ -54,11 +54,12 @@
- assert: - assert:
that: outout == "item!" that: outout == "item!"
- file: # TODO: https://github.com/dw/mitogen/issues/692
path: "{{item}}" # - file:
state: absent # path: "{{item}}"
become: true # state: absent
with_items: # become: true
- /tmp/synchronize-action-key # with_items:
- /tmp/sync-test # - /tmp/synchronize-action-key
- /tmp/sync-test.out # - /tmp/sync-test
# - /tmp/sync-test.out

Loading…
Cancel
Save