Skip to content

Commit 75cfb0d

Browse files
committed
Fix typo
2 parents 973ba6d + ac26816 commit 75cfb0d

File tree

1 file changed

+2
-2
lines changed
  • tests/integration/targets/podman_container_exec/tasks

1 file changed

+2
-2
lines changed

tests/integration/targets/podman_container_exec/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ignore_errors: true
1818
register: no_container
1919

20-
- name: Create and start a postgres container for testing
20+
- name: Create and start a container for testing
2121
containers.podman.podman_container:
2222
name: "{{ container_name }}"
2323
image: registry.access.redhat.com/ubi8
@@ -31,7 +31,7 @@
3131
workdir: /etc
3232
register: exec1
3333

34-
- name: Test exec when argv and env options
34+
- name: Test exec with argv and env options
3535
containers.podman.podman_container_exec:
3636
name: "{{ container_name }}"
3737
argv:

0 commit comments

Comments
 (0)