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:
@@ -46,7 +46,6 @@
|
|||||||
include: "../common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
|
include: "../common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
|
||||||
static: no
|
static: no
|
||||||
vars:
|
vars:
|
||||||
aa_profile: "unconfined"
|
|
||||||
extra_container_config:
|
extra_container_config:
|
||||||
- "lxc.autodev=0"
|
- "lxc.autodev=0"
|
||||||
- "lxc.cgroup.devices.allow=a *:* rmw"
|
- "lxc.cgroup.devices.allow=a *:* rmw"
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
- name: Configure container (neutron-agent)
|
- name: Configure container (neutron-agent)
|
||||||
include: "../common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
|
include: "../common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
|
||||||
vars:
|
vars:
|
||||||
aa_profile: "unconfined"
|
|
||||||
list_of_bind_mounts:
|
list_of_bind_mounts:
|
||||||
- bind_dir_path: "{{ (ansible_pkg_mgr == 'apt') | ternary('/lib/modules', '/usr/lib/modules') }}"
|
- 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') }}"
|
mount_path: "{{ (ansible_pkg_mgr == 'apt') | ternary('/lib/modules', '/usr/lib/modules') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user