Remove nonsensical podman_enable services
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
pre_tasks:
|
||||
- name: Install curl for verification
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
name: curl
|
||||
state: present
|
||||
vars:
|
||||
podman_containers:
|
||||
- name: test_container
|
||||
image: docker.io/nginx:latest
|
||||
systemd: true
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8443:443"
|
||||
roles:
|
||||
- ansible-podman
|
||||
|
||||
Reference in New Issue
Block a user