ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

Use full path for firewalld module #35

Closed jake2184 closed 3 years ago

jake2184 commented 3 years ago

On more recent versions of Ansible this roles hits an error, due to firewalld being removed from the built in modules.

ERROR! couldn't resolve module/action 'firewalld'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/home/user/.ansible/roles/podman_container_systemd/tasks/main.yml': line 248, column 5, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  - name: ensure container's exposed ports firewall state
    ^ here
ikke-t commented 3 years ago

great, thanks. I run into the same with another module.