Fix task description
This commit is contained in:
parent
de94863eb1
commit
f65f5bc4c7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Remove image from local docker storage:
|
|||
- hosts: web
|
||||
sudo: yes
|
||||
tasks:
|
||||
- name: run tomcat servers
|
||||
- name: remove image
|
||||
docker_image: name="my/app" state=absent
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue