Merge "Fix the way of calling firewalld" into stable/train

This commit is contained in:
Zuul 2021-04-24 00:51:49 +00:00 committed by Gerrit Code Review
commit 2e5000db6c
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
become: true
block:
- name: Allow NFS port 111 in the firewall
ansible.posix.firewalld:
firewalld:
port: 111/tcp
permanent: true
immediate: true
@ -87,7 +87,7 @@
zone: "{{ tripleo_backup_and_restore_firewalld_zone }}"
- name: Allow NFS port 2049 in the firewall
ansible.posix.firewalld:
firewalld:
port: 2049/tcp
permanent: true
immediate: true