Comment 3 for bug 1620757

Revision history for this message
Qin Wang (qwang) wrote :

PS:
The two related handlers:

- name: Load lxc-openstack apparmor profile
  command: apparmor_parser -Kr /etc/apparmor.d/lxc-openstack ----- wrong path

- name: Restart apparmor
  service:
    name: "apparmor"
    state: "restarted"
                         ----- with the second handler, the first handler is not needed. restart the service will reload all available profiles