lxd_container: doc: Correct name and state for example of deleting (#3299)

This commit is contained in:
Mike Rostermund
2016-10-29 00:03:45 +02:00
committed by Matt Clay
parent b09291be2c
commit d50e2c654f

View File

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