Skip to content

Commit 2da56a4

Browse files
committed
Update playbook to work correctly under Ansible 2.8.
1 parent 8e5dbc2 commit 2da56a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
- name: Make the latest version of the base image available locally.
2929
docker_image:
3030
name: '{{ base_image }}'
31-
force: yes
31+
source: pull
32+
force_source: true
3233

3334
- name: Create the Docker container.
3435
docker_container:

0 commit comments

Comments
 (0)