fix: podman collection name

This commit is contained in:
s3lph 2025-03-05 22:43:15 +01:00
parent 6cc2e5af82
commit 7cddf1e07c
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
7 changed files with 7 additions and 11 deletions
.gitignoregalaxy.ymlrequirements.yml
roles
pretalx
handlers
tasks
pretix/handlers
watchtower/tasks

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.ansible/
s3lph-conference*.tar.gz
requirements.yml

View file

@ -41,7 +41,7 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
community.podman: ">=1.16.2,<2.0.0"
containers.podman: ">=1.16.2,<2.0.0"
community.postgresql: ">=3.10.2,<4.0.0"
# The URL of the originating SCM repository

View file

@ -1,5 +0,0 @@
collections:
- name: community.podman
version: '>=1.16.2,<2.0.0'
- name: community.postgresql
version: '>=3.10.2,<4.0.0'

View file

@ -1,7 +1,7 @@
---
- name: Restart Pretalx
community.podman.podman_container:
containers.podman.podman_container:
name: pretalx
state: started
restart: true

View file

@ -80,7 +80,7 @@
notify: Restart Pretalx
- name: Create pretalx-cache container
community.podman.podman_container:
containers.podman.podman_container:
name: pretalx-cache
image: "{{ pretalx_cache_image }}:{{ pretalx_cache_image_tag }}"
restart_policy: unless-stopped
@ -90,7 +90,7 @@
subgidname: "{{ pretix_system_user }}"
- name: Create pretalx container
community.podman.podman_container:
containers.podman.podman_container:
name: pretalx
image: "{{ pretalx_image }}:{{ pretalx_image_tag }}"
restart_policy: unless-stopped

View file

@ -1,7 +1,7 @@
---
- name: Restart Pretix
community.podman.podman_container:
containers.podman.podman_container:
name: pretix
state: started
restart: true

View file

@ -12,7 +12,7 @@
enabled: true
- name: Create Watchtower container
community.podman.podman_container:
containers.podman.podman_container:
name: watchtower
image: "{{ watchtower_image }}:{{ watchtower_image_tag }}"
env: