Updated URLs in the README.

master
shnee 4 years ago
parent 54eac27388
commit 462f53eaef

@ -40,8 +40,7 @@ Install Role
Create a yaml file with the following content. Create a yaml file with the following content.
```yml ```yml
--- ---
- src: "git+https://gitlab.mss.com/ANDSAS/ops/ansible/\ - src: git+https://git.shnee.net/shnee/third_party_apt_repo_ansible_role.git
third_party_apt_repo_ansible_role.git"
name: third_party_apt_repo name: third_party_apt_repo
version: master version: master
``` ```
@ -56,7 +55,7 @@ Example Playbook
```yml ```yml
- roles: - roles:
- role: install_via_3rd_party_apt_repo - role: third_party_apt_repo
third_party_repo: | third_party_repo: |
deb [arch=amd64] https://apt.releases.hashicorp.com focal main deb [arch=amd64] https://apt.releases.hashicorp.com focal main
third_party_repo_key_url: https://apt.releases.hashicorp.com/gpg third_party_repo_key_url: https://apt.releases.hashicorp.com/gpg

Loading…
Cancel
Save