1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix task description

This commit is contained in:
Brice Leroy 2014-06-13 15:15:29 -07:00
parent 3fb3e7e6dc
commit 50d8047c6e

View file

@ -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
'''