From e9e3cc70965d1135b9b86ef3552e44d4fa7acc21 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Wed, 24 Apr 2024 01:55:02 -0400 Subject: [PATCH] Update repository reference in README example Use this repository instead of the skeleton in the `requirements.yml` example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c17f1a..af5524d 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ where `requirements.yml` looks like: ```yaml --- -- name: skeleton - src: https://github.com/cisagov/skeleton-ansible-role-with-test-user +- name: ncats_webd + src: https://github.com/cisagov/ansible-role-ncats-webd ``` and may contain other roles as well.