Skip to content

Commit a623bc1

Browse files
authored
Merge pull request #369 from fgierlinger/patch-1
Issue #335: Change url of the dynamic inventory script.
2 parents fac6ffd + 1381f1b commit a623bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic-inventory/digitalocean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Examples using Ansible's DigitalOcean integration are contained within this directory.
88

99
- `provision.yml` contains an example of provisioning a new DigitalOcean droplet, then immediately configuring it with Ansible.
10-
- `digital_ocean.py` (and `digital_ocean.ini`) is the DigitalOcean dynamic inventory script included with Ansible. Don't use this copy; get the latest version from the Ansible project: [digital_ocean.py](https://github.com/ansible/ansible/blob/devel/contrib/inventory/digital_ocean.py).
10+
- `digital_ocean.py` (and `digital_ocean.ini`) is the DigitalOcean dynamic inventory script included with Ansible. Don't use this copy; get the latest version from the Ansible project: [digital_ocean.py](https://github.com/ansible-collections/community.digitalocean/blob/main/scripts/inventory/digital_ocean.py).
1111

1212
Before you can use either of these examples, you will need to set an environment variable with your DigitalOcean API Personal Access Token:
1313

0 commit comments

Comments
 (0)