parameter ensure replaced by state (#59342)

corrected a typo at the absent-example.
pull/59354/head
maletin 5 years ago committed by ansibot
parent b378e885ed
commit 883cc665e3

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

Loading…
Cancel
Save