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

Native YAML (#3578)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 11:02:39 +00:00 committed by Matt Clay
parent 1684792efa
commit 23cfa31a7b

View file

@ -65,10 +65,11 @@ requirements: []
''' '''
EXAMPLES = ''' EXAMPLES = '''
- airbrake_deployment: token=AAAAAA - airbrake_deployment:
environment='staging' token: AAAAAA
user='ansible' environment: staging
revision=4.2 user: ansible
revision: 4.2
''' '''
import urllib import urllib