1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

manageiq_policies: remove doc example for deprecated case (#5728)

This commit is contained in:
Alexei Znamensky 2022-12-23 19:15:28 +13:00 committed by GitHub
parent 2ce3cf91b8
commit eb1c1210d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,17 +85,6 @@ EXAMPLES = '''
username: 'admin'
password: 'smartvm'
validate_certs: false
- name: List current policy_profile and policies for a provider in ManageIQ
community.general.manageiq_policies:
state: list
resource_name: 'EngLab'
resource_type: 'provider'
manageiq_connection:
url: 'http://127.0.0.1:3000'
username: 'admin'
password: 'smartvm'
validate_certs: false
'''
RETURN = '''