chore(nginx): add deployment_method=podman

This commit is contained in:
2024-10-05 10:15:48 +02:00
parent c36e95d7eb
commit afe72f554e
7 changed files with 75 additions and 23 deletions

View File

@ -2,3 +2,6 @@
nginx_states:
- present
- absent
nginx_deployment_methods:
- docker
- podman