You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ This will create:
47
47
* `container_links` (default: _[]_) - List of `--link` arguments
48
48
* `container_labels` (default: _[]_) - List of `-l` arguments
49
49
* `container_docker_pull` (default: _yes_) - whether the docker image should be pulled
50
+
* `container_docker_pull_force_source` (default: _yes_) - whether the docker image pull should be executed at every time (see [`docker_image.force_source`](https://docs.ansible.com/ansible/latest/collections/community/docker/docker_image_module.html#parameter-force_source))
50
51
* `container_cap_add` (default _[]_) - List of capabilities to add
51
52
* `container_cap_drop` (default _{}_) - List of capabilities to drop
0 commit comments