parameter ensure replaced by state (#59342)

corrected a typo at the absent-example.
This commit is contained in:
maletin 2019-07-21 10:26:07 +02:00 committed by ansibot
parent b378e885ed
commit 883cc665e3

View file

@ -94,7 +94,7 @@ EXAMPLES = r'''
- name: Drop schema "acme" with cascade
postgresql_schema:
name: acme
ensure: absent
state: absent
cascade_drop: yes
'''