blob: 62d82404fe992f753357f31875da3fd72124245d (
plain) (
tree)
|
|
# =========================================================================== #
# __ _____ ____ __
# _________ / /__ / __(_)_______ _ ______ _/ / /___/ /
# / ___/ __ \/ / _ \ / /_/ / ___/ _ \ | /| / / __ `/ / / __ /
# / / / /_/ / / __/ / __/ / / / __/ |/ |/ / /_/ / / / /_/ /
# /_/ \____/_/\___(_) /_/ /_/_/ \___/|__/|__/\__,_/_/_/\__,_/
#
# =========================================================================== #
---
- name: Check installation of firewalld
package:
name: firewalld
state: present
|