Bug 1575428

Summary: Removal of firewalld python2 subpackage breaks ansible
Product: [Fedora] Fedora Reporter: Felix Kaechele <felix>
Component: firewalldAssignee: Eric Garver <egarver>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: egarver, felix, jpopelka, martin.bukatovic, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-12 11:10:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1554285    
Bug Blocks:    

Description Felix Kaechele 2018-05-06 21:30:38 UTC
Ansible roles only run Python 2 modules. With the removal of the python2-firewall package in Fedora 28 modules using the Ansible module firewalld are no longer working and thus Fedora 28 hosts' firewall settings can't be managed using this module.

Version-Release number of selected component:
ansible-2.5.2-1.fc28.noarch
firewalld-0.5.2-2.fc28.noarch

Comment 1 Eric Garver 2018-05-07 12:50:53 UTC
Is configuring for the remote to use python3 not sufficient?

  http://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html

Comment 2 Felix Kaechele 2018-05-12 11:10:15 UTC
Yes, that works. Thanks!

Requested a fix for it here: https://github.com/ansible/ansible/pull/40048