From 0f8ce15d8d9d2f3d738ff697a5eb7eaf43a7fe7f Mon Sep 17 00:00:00 2001 From: BulbaWarrior <42455524+BulbaWarrior@users.noreply.github.com> Date: Fri, 4 Dec 2020 02:34:47 +0300 Subject: [PATCH] Update playbook.yml 'source' parameter does not exist for the 'docker_image' module anymore --- docker_ubuntu1804/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_ubuntu1804/playbook.yml b/docker_ubuntu1804/playbook.yml index e5ac3ef..677a596 100755 --- a/docker_ubuntu1804/playbook.yml +++ b/docker_ubuntu1804/playbook.yml @@ -35,7 +35,7 @@ - name: Pull default Docker image docker_image: name: "{{ default_container_image }}" - source: pull + pull: yes # Creates the number of containers defined by the variable create_containers, using values from vars file - name: Create default containers