Skip to content

Commit

Permalink
[Docker] Handle capabilities option
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro committed Dec 16, 2019
1 parent e07fee2 commit 6842a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Handle capabilities option

## [2.0.0] - 2019-11-21
### Removed
Expand Down
1 change: 1 addition & 0 deletions roles/docker/tasks/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
memory_swappiness: "{{ item.memory_swappiness|default(omit) }}"
ulimits: "{{ item.ulimits|default(omit) }}"
privileged: "{{ item.privileged|default(omit) }}"
capabilities: "{{ item.capabilities|default(omit) }}"
with_items: "{{ manala_docker_containers }}"

0 comments on commit 6842a26

Please sign in to comment.