Commit 50d8047c by Brice Leroy

Fix task description

parent 3fb3e7e6
...@@ -97,7 +97,7 @@ Remove image from local docker storage: ...@@ -97,7 +97,7 @@ Remove image from local docker storage:
- hosts: web - hosts: web
sudo: yes sudo: yes
tasks: tasks:
- name: run tomcat servers - name: remove image
docker_image: name="my/app" state=absent docker_image: name="my/app" state=absent
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment