The first question. the playbook to install
-
python3-libselinux
-
python3-libsemanage
-
firewalld
.
The playbook is failing even with the solution:
- name: Deploy lamp stack application
hosts: all
become: yes
tasks:- name: Install common dependencies
yum:
name:
- python3-libselinux
- python3-libsemanage
- firewalld
state: installed
- name: Install common dependencies