enable automated setup of physical infrastructure
[integration/packaging/ansible-opendaylight.git] / roles / infra / handlers / parse_apparmor_profile.yml
1 - name: Parse apparmor profile
2   tags:
3     - files
4     - docker
5   shell: apparmor_parser -r -W "{{ profile_path }}"
6   listen: "Parse apparmor profile"
7
8 # vim: set et ts=2 sw=2 ai ft=yaml :
9