mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
lxd_container: doc: Correct name and state for example of deleting (#3299)
This commit is contained in:
parent
b09291be2c
commit
d50e2c654f
1 changed files with 2 additions and 2 deletions
|
@ -179,10 +179,10 @@ EXAMPLES = '''
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
- name: Restart a container
|
- name: Delete a container
|
||||||
lxd_container:
|
lxd_container:
|
||||||
name: mycontainer
|
name: mycontainer
|
||||||
state: restarted
|
state: absent
|
||||||
|
|
||||||
# An example for restarting a container
|
# An example for restarting a container
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
|
Loading…
Reference in a new issue