added photopsirm cloud and other fixes

This commit is contained in:
Bastian de Byl
2022-09-28 00:49:14 -04:00
parent b0ca89c2c6
commit 99a41d2a74
12 changed files with 197 additions and 3 deletions

View File

@@ -60,6 +60,16 @@
- podman
- selinux
- name: selinux allow podman samba
become: true
ansible.posix.seboolean:
name: virt_use_samba
state: true
persistent: true
tags:
- podman
- selinux
- name: create podman system directories
become: true
become_user: "{{ podman_user }}"