get rid of podman for now

This commit is contained in:
2025-12-30 19:22:50 -07:00
parent f41438fe2c
commit 1b0972aa7a

View File

@@ -51,21 +51,21 @@
name: epel-release
state: present
- name: Install podman
package:
name: podman
state: present
- name: Install podman-compose
package:
name: podman-compose
state: present
- name: Start and enable podman service
service:
name: podman
state: started
enabled: true
#- name: Install podman
# package:
# name: podman
# state: present
#
#- name: Install podman-compose
# package:
# name: podman-compose
# state: present
#
#- name: Start and enable podman service
# service:
# name: podman
# state: started
# enabled: true
- name: Create pangolin config and logging directories
file:
@@ -113,9 +113,9 @@
group: pangolin
mode: 0600
- name: Run podman-compose up
become: true
become_user: pangolin
command: podman compose up -d
args:
chdir: /home/pangolin
#- name: Run podman-compose up
# become: true
# become_user: pangolin
# command: podman compose up -d
# args:
# chdir: /home/pangolin