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

pull/18777/head
Mike Rostermund 8 years ago committed by Matt Clay
parent b09291be2c
commit d50e2c654f

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