File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ systemd.socket for format. Default is unset.
143
143
144
144
` libvirt_host_tls_cacert ` : TLS CA certificate. Default is unset.
145
145
146
+ ` libvirt_host_configure_apparmor ` : Whether to configure AppArmor for directory
147
+ storage pools.
148
+
146
149
Dependencies
147
150
------------
148
151
Original file line number Diff line number Diff line change @@ -105,3 +105,6 @@ libvirt_host_tls_server_key:
105
105
libvirt_host_tls_client_cert :
106
106
libvirt_host_tls_client_key :
107
107
libvirt_host_tls_cacert :
108
+
109
+ # Whether to configure AppArmor for directory storage pools.
110
+ libvirt_host_configure_apparmor : " {{ libvirt_host_install_daemon | bool }}"
Original file line number Diff line number Diff line change 33
33
line : " {{ item.path }}/** rwk,"
34
34
become : true
35
35
when :
36
- - libvirt_host_install_daemon | bool
36
+ - libvirt_host_configure_apparmor | bool
37
37
- ansible_facts.apparmor.status | default == 'enabled'
38
38
- item.type == "dir"
39
39
loop : " {{ libvirt_host_pools | flatten(levels=1) }}"
You can’t perform that action at this time.
0 commit comments