mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07:00
Fix task description
This commit is contained in:
parent
3fb3e7e6dc
commit
50d8047c6e
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…
Add table
Add a link
Reference in a new issue