fix: use containers.podman collection instead of community.general

This commit is contained in:
Hermes Agent service account
2026-05-26 22:53:57 -05:00
parent 1a9addc537
commit e7d9a8fec5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
---
collections:
- name: community.general
version: ">=6.0.0"
- name: containers.podman
version: ">=1.10.0"

View File

@@ -25,7 +25,7 @@
- "{{ semaphore_config_dir }}"
- name: Create and start Semaphore container
community.general.podman_container:
containers.podman.podman_container:
name: "{{ semaphore_container_name }}"
image: "{{ semaphore_image }}"
state: started