mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
Fix requires firewalld version in comments for permanent parameter.
This commit is contained in:
parent
a03e652437
commit
d1d43d74bb
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ Parameters
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div>Should this configuration be in the running firewalld configuration or persist across reboots.</div>
|
<div>Should this configuration be in the running firewalld configuration or persist across reboots.</div>
|
||||||
<div>As of Ansible 2.3, permanent operations can operate on firewalld configs when it is not running (requires firewalld >= 3.0.9).</div>
|
<div>As of Ansible 2.3, permanent operations can operate on firewalld configs when it is not running (requires firewalld >= 0.3.9).</div>
|
||||||
<div>Note that if this is <code>no</code>, immediate is assumed <code>yes</code>.</div>
|
<div>Note that if this is <code>no</code>, immediate is assumed <code>yes</code>.</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue