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

reviewable/pr18780/r1
Mike Rostermund 9 years ago committed by René Moser
parent 8bd40fb622
commit b14a548267

@ -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…
Cancel
Save