diff --git a/tasks/install.yml b/tasks/install.yml index 4fdd6dd6a3b4b33f8085a571e6ecb3549981fdc6..3026a180c85ef3cc68b00c74e861945adafb64e3 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -15,7 +15,7 @@ - name: "Install Docker Engine" apt: pkg: 'docker-ce' - state: 'installed' + state: 'present' update_cache: yes notify: - "Add Docker to Boot-List"