mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Native YAML (#3580)
This commit is contained in:
committed by
Matt Clay
parent
c2474b8a3f
commit
f85fd14242
@@ -76,10 +76,11 @@ requirements: []
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- newrelic_deployment: token=AAAAAA
|
||||
app_name=myapp
|
||||
user='ansible deployment'
|
||||
revision=1.0
|
||||
- newrelic_deployment:
|
||||
token: AAAAAA
|
||||
app_name: myapp
|
||||
user: ansible deployment
|
||||
revision: 1.0
|
||||
'''
|
||||
|
||||
import urllib
|
||||
|
||||
Reference in New Issue
Block a user