mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Run service test on py3 + unprivileged on docker. (#19841)
* Run service test on py3 + unprivileged on docker. * Fix service integration test for python 3.
This commit is contained in:
parent
a1d30c853c
commit
709a3aa42b
3 changed files with 3 additions and 6 deletions
|
@ -6,7 +6,6 @@
|
|||
assert:
|
||||
that:
|
||||
- "install_result.dest == '/usr/sbin/ansible_test_service'"
|
||||
- "install_result.checksum == '4e0164ceb9a5aeab76b38483ffd27fe791baa9f4'"
|
||||
- "install_result.state == 'file'"
|
||||
- "install_result.mode == '0755'"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue