mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Move EE tests to antsibull-nox (#1100)
* Move EE tests to antsibull-nox. * Make EE tests work.
This commit is contained in:
@@ -15,11 +15,13 @@
|
||||
|
||||
- name: Read some files
|
||||
slurp:
|
||||
src: "{{ item }}"
|
||||
src: "{{ path }}"
|
||||
loop:
|
||||
- /proc/self/cpuset
|
||||
- /proc/1/cgroup
|
||||
- /proc/1/environ
|
||||
loop_control:
|
||||
loop_var: path
|
||||
|
||||
- name: Print facts returned by module
|
||||
debug:
|
||||
|
||||
Reference in New Issue
Block a user