6990a041c7
Enables the installation and configuration of firewalld on Ubuntu systems. Change-Id: I4a97a2aeed277be672e15e5c7727b810e11d3c42 Story: 2010160 Task: 45818
4 lines
109 B
YAML
4 lines
109 B
YAML
---
|
|
- name: Include tasks
|
|
include_tasks: "{{ 'enabled' if firewalld_enabled | bool else 'disabled' }}.yml"
|