Remove unused variables

These do not appear to be used anywhere and other means are used
to set the Apparmor profile.

Change-Id: I65ea90ef9a88250ba461f3da49279f8f62b13b08
This commit is contained in:
Jonathan Rosser 2018-08-01 13:02:45 +01:00
parent a75af3e6fd
commit 550b978edc
2 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@
include: "../common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
static: no
vars:
aa_profile: "unconfined"
extra_container_config:
- "lxc.autodev=0"
- "lxc.cgroup.devices.allow=a *:* rmw"

View File

@ -33,7 +33,6 @@
- name: Configure container (neutron-agent)
include: "../common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
vars:
aa_profile: "unconfined"
list_of_bind_mounts:
- bind_dir_path: "{{ (ansible_pkg_mgr == 'apt') | ternary('/lib/modules', '/usr/lib/modules') }}"
mount_path: "{{ (ansible_pkg_mgr == 'apt') | ternary('/lib/modules', '/usr/lib/modules') }}"