Skip to content

Commit

Permalink
Added security.privileged configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hispanico committed Mar 3, 2018
1 parent fe1a4f2 commit 66d9c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
profiles: ["{{ item.profile | default ('default') }}"]
config:
limits.memory: "{{ item.memory | default () }}"
security.nesting: "{{ item.nesting | default () }}"
security.nesting: "{{ item.nesting | default ('false') }}"
security.privileged: "{{ item.privileged | default ('false')}}"
devices:
root:
path: /
Expand Down

0 comments on commit 66d9c61

Please sign in to comment.