diff --git a/.gitignore b/.gitignore index 02022ef..42c7746 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .ansible/ s3lph-conference*.tar.gz +requirements.yml diff --git a/galaxy.yml b/galaxy.yml index e658afc..7ebd114 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 diff --git a/requirements.yml b/requirements.yml deleted file mode 100644 index 8eedc77..0000000 --- a/requirements.yml +++ /dev/null @@ -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' diff --git a/roles/pretalx/handlers/main.yml b/roles/pretalx/handlers/main.yml index f6cca73..d0ae54c 100644 --- a/roles/pretalx/handlers/main.yml +++ b/roles/pretalx/handlers/main.yml @@ -1,7 +1,7 @@ --- - name: Restart Pretalx - community.podman.podman_container: + containers.podman.podman_container: name: pretalx state: started restart: true diff --git a/roles/pretalx/tasks/install.yml b/roles/pretalx/tasks/install.yml index b9799d1..87952a9 100644 --- a/roles/pretalx/tasks/install.yml +++ b/roles/pretalx/tasks/install.yml @@ -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 diff --git a/roles/pretix/handlers/main.yml b/roles/pretix/handlers/main.yml index 4b6a3a3..8de5d8c 100644 --- a/roles/pretix/handlers/main.yml +++ b/roles/pretix/handlers/main.yml @@ -1,7 +1,7 @@ --- - name: Restart Pretix - community.podman.podman_container: + containers.podman.podman_container: name: pretix state: started restart: true diff --git a/roles/watchtower/tasks/install.yml b/roles/watchtower/tasks/install.yml index b12e367..b34392e 100644 --- a/roles/watchtower/tasks/install.yml +++ b/roles/watchtower/tasks/install.yml @@ -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: