--- - name: Install Fedora python bindings when: ansible_distribution == "Fedora" become: true dnf: state: latest name: - libselinux-python - policycoreutils-python - python3-firewall