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
|
||||
connection: local
|
||||
tasks:
|
||||
- name: Restart a container
|
||||
- name: Delete a container
|
||||
lxd_container:
|
||||
name: mycontainer
|
||||
state: restarted
|
||||
state: absent
|
||||
|
||||
# An example for restarting a container
|
||||
- hosts: localhost
|
||||
|
|
Loading…
Reference in a new issue