mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
commit
fafc35911a
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