mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Use https for links to ansible.com domains.
This commit is contained in:
@@ -177,7 +177,7 @@ def parse_assigned_metadata(csvfile):
|
||||
:4: deprecated
|
||||
:5: removed
|
||||
|
||||
http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#ansible-metadata-block
|
||||
https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#ansible-metadata-block
|
||||
"""
|
||||
with open(csvfile, 'rb') as f:
|
||||
for record in csv.reader(f):
|
||||
|
||||
Reference in New Issue
Block a user