Merge pull request #12950 from chrismeyersfsu/fix-ansible_test_service_checksum
update ansible_test_service checksum
This commit is contained in:
commit
bdf5f706eb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
assert:
|
||||
that:
|
||||
- "install_result.dest == '/usr/sbin/ansible_test_service'"
|
||||
- "install_result.checksum == 'baaa79448a976922c080f1971321d203c6df0961'"
|
||||
- "install_result.checksum == '4e0164ceb9a5aeab76b38483ffd27fe791baa9f4'"
|
||||
- "install_result.state == 'file'"
|
||||
- "install_result.mode == '0755'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue