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