Skip to content

Commit

Permalink
Use FQIN
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jul 3, 2023
1 parent ffa8251 commit 3ab2eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- name: Main container
community.docker.docker_container:
name: nginx-example
image: nginx
image: docker.io/library/nginx:latest
keep_volumes: false # Do not retain **anonymous** volumes when the container is removed
restart_policy: always
ports:
Expand Down

0 comments on commit 3ab2eee

Please sign in to comment.