We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 973ba6d + ac26816 commit 75cfb0dCopy full SHA for 75cfb0d
tests/integration/targets/podman_container_exec/tasks/main.yml
@@ -17,7 +17,7 @@
17
ignore_errors: true
18
register: no_container
19
20
- - name: Create and start a postgres container for testing
+ - name: Create and start a container for testing
21
containers.podman.podman_container:
22
name: "{{ container_name }}"
23
image: registry.access.redhat.com/ubi8
@@ -31,7 +31,7 @@
31
workdir: /etc
32
register: exec1
33
34
- - name: Test exec when argv and env options
+ - name: Test exec with argv and env options
35
containers.podman.podman_container_exec:
36
37
argv:
0 commit comments