summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-test-sanity-replace-urlopen/ansible_collections/ns/col/plugins/modules/check-me.py
blob: 9b9c7e69c3007f90c832268081c7140b07269ef5 (plain)
1
2
3
4
5
import urllib.request


def do_stuff():
    urllib.request.urlopen('https://www.ansible.com/')