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:
parent
a75af3e6fd
commit
550b978edc
@ -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"
|
||||
|
@ -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') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user