From 462f53eaef4d7c5f17e6801e9852f595981f8b6d Mon Sep 17 00:00:00 2001 From: shnee Date: Tue, 22 Feb 2022 14:40:07 -0500 Subject: [PATCH] Updated URLs in the README. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eb8f1b..331daad 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ Install Role Create a yaml file with the following content. ```yml --- -- src: "git+https://gitlab.mss.com/ANDSAS/ops/ansible/\ - third_party_apt_repo_ansible_role.git" +- src: git+https://git.shnee.net/shnee/third_party_apt_repo_ansible_role.git name: third_party_apt_repo version: master ``` @@ -56,7 +55,7 @@ Example Playbook ```yml - roles: - - role: install_via_3rd_party_apt_repo + - role: third_party_apt_repo third_party_repo: | deb [arch=amd64] https://apt.releases.hashicorp.com focal main third_party_repo_key_url: https://apt.releases.hashicorp.com/gpg