lint: ansible-lint suggested updates
All checks were successful
Ansible Lint Check / lint (push) Successful in 56s

This commit is contained in:
Iain Learmonth 2025-12-20 13:22:40 +00:00
parent d188a70ff5
commit 8825c6d024
2 changed files with 1 additions and 5 deletions

View file

@ -5,9 +5,6 @@
key: "{{ _podman_host_rootless_user }}" key: "{{ _podman_host_rootless_user }}"
register: _podman_host_rootless_user_facts register: _podman_host_rootless_user_facts
- debug:
msg: "{{ _podman_host_rootless_user_facts }}"
- name: Podman Host | AUDIT | Ensure the rootless user exists - name: Podman Host | AUDIT | Ensure the rootless user exists
ansible.builtin.assert: ansible.builtin.assert:
that: that:
@ -23,4 +20,3 @@
ansible.builtin.command: ansible.builtin.command:
cmd: "getsubids -g {{ _podman_host_rootless_user }}" cmd: "getsubids -g {{ _podman_host_rootless_user }}"
changed_when: false changed_when: false

View file

@ -8,4 +8,4 @@ podman_nginx_podman_rootless_user: nginx
# podman_nginx_systemd_service_target: # podman_nginx_systemd_service_target:
podman_nginx_systemd_service_requires: [] podman_nginx_systemd_service_requires: []
podman_nginx_additional_volumes: [] podman_nginx_additional_volumes: []
podman_nginx_firewalld_zone: public podman_nginx_firewalld_zone: public