Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 46cebbb

Browse files
author
Michael Gruener
committed
cloudflare_dns: Cosmetic cleanup
1 parent 9db7e2a commit 46cebbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

network/cloudflare_dns.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# (c) 2016 Michael Gruener <[email protected]>
55
#
6-
# This file is (intends to be) part of Ansible
6+
# This file is part of Ansible
77
#
88
# Ansible is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by
@@ -114,7 +114,7 @@
114114
'''
115115

116116
EXAMPLES = '''
117-
# create a test.my.com A record to point to 127.0.0.01
117+
# create a test.my.com A record to point to 127.0.0.1
118118
- cloudflare_dns:
119119
zone: my.com
120120
record: test
@@ -428,7 +428,6 @@ def get_dns_records(self,zone_name=None,type=None,record=None,value=''):
428428
if (not value) and (value is not None):
429429
value = self.value
430430

431-
432431
zone_id = self._get_zone_id()
433432
api_call = '/zones/{0}/dns_records'.format(zone_id)
434433
query = {}

0 commit comments

Comments
 (0)