- hosts: localhost tasks: - name: Create podman directory file: path: /opt/podman owner: puser group: puser state: directory mode: "0755"