mirror of https://github.com/ceph/ceph-ansible.git
7 lines
99 B
YAML
7 lines
99 B
YAML
|
---
|
||
|
- name: restart firewalld
|
||
|
service:
|
||
|
name: firewalld
|
||
|
state: restarted
|
||
|
enabled: yes
|