mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Fix linting errors.
This commit is contained in:
+11
-11
@@ -25,15 +25,15 @@
|
||||
# will be other containers.
|
||||
- inventory_hostname.startswith('ansible-docker-test-docker-inventory-container-')
|
||||
block:
|
||||
- name: Run raw command
|
||||
raw: ls /
|
||||
register: output
|
||||
- name: Run raw command
|
||||
raw: ls /
|
||||
register: output
|
||||
|
||||
- name: Check whether we have some directories we expect in the output
|
||||
assert:
|
||||
that:
|
||||
- "'bin' in output.stdout_lines"
|
||||
- "'dev' in output.stdout_lines"
|
||||
- "'lib' in output.stdout_lines"
|
||||
- "'proc' in output.stdout_lines"
|
||||
- "'sys' in output.stdout_lines"
|
||||
- name: Check whether we have some directories we expect in the output
|
||||
assert:
|
||||
that:
|
||||
- "'bin' in output.stdout_lines"
|
||||
- "'dev' in output.stdout_lines"
|
||||
- "'lib' in output.stdout_lines"
|
||||
- "'proc' in output.stdout_lines"
|
||||
- "'sys' in output.stdout_lines"
|
||||
|
||||
Reference in New Issue
Block a user