Yum allowed state=installed. Lets use state=present consistently

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-08 22:31:03 +00:00
parent bb1d3e8579
commit 039b08354a
26 changed files with 47 additions and 47 deletions

View file

@ -2,7 +2,7 @@
# tasks file for push-docker
#
- name: install docker
action: "{{ ansible_pkg_mgr }} name=docker state=installed"
action: "{{ ansible_pkg_mgr }} name=docker state=present"
- name: ensure docker daemon cert dir exists
file: