CoffeeITWorks/ansible_burpui_server

Fedora installation problem

Closed this issue · 1 comments

On the task RedHat.yml, the installation of the ius package is made to any OS from the RedHat family, but Fedora is from the RedHat family, but this package does not exist to Fedora.
The solution is to exclude the Fedora from this installation in the following way:
when: ansible_os_family == 'RedHat' and ansible_distribution != 'Fedora'

Thank you, I'm testing it.