Skip to content

Commit

Permalink
Add task to pull latest version of Nextcloud image with tag productio…
Browse files Browse the repository at this point in the history
…n-latest

Signed-off-by: Joerg Kastning <[email protected]>
  • Loading branch information
Tronde committed Dec 19, 2023
1 parent d202710 commit 2cf7a6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
recreate: no
debug: no

- name: Pull latest Nextcloud image with tag production-apache
containers.podman.podman_image:
name: docker.io/library/nextcloud
tag: production-apache
state: present

- name: Create the podman-pod(1)
containers.podman.podman_pod:
debug: no
Expand Down

0 comments on commit 2cf7a6e

Please sign in to comment.