Skip to content

Commit cf9d35d

Browse files
committed
Rename repository references after clone
1 parent 352e49f commit cf9d35d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all of which should be in this repository.
1515

1616
If you want to report a bug or request a new feature, the most direct
1717
method is to [create an
18-
issue](https://github.com/cisagov/skeleton-ansible-role/issues) in
18+
issue](https://github.com/cisagov/ansible-role-systemd-resolved/issues) in
1919
this repository. We recommend that you first search through existing
2020
issues (both open and closed) to check if your particular issue has
2121
already been reported. If it has then you might want to add a comment
@@ -25,7 +25,7 @@ one.
2525
## Pull requests ##
2626

2727
If you choose to [submit a pull
28-
request](https://github.com/cisagov/skeleton-ansible-role/pulls), you
28+
request](https://github.com/cisagov/ansible-role-systemd-resolved/pulls), you
2929
will notice that our continuous integration (CI) system runs a fairly
3030
extensive set of linters and syntax checkers. Your pull request may
3131
fail these checks, and that's OK. If you want you can stop there and
@@ -146,9 +146,9 @@ can create and configure the Python virtual environment with these
146146
commands:
147147

148148
```console
149-
cd skeleton-ansible-role
150-
pyenv virtualenv <python_version_to_use> skeleton-ansible-role
151-
pyenv local skeleton-ansible-role
149+
cd ansible-role-systemd-resolved
150+
pyenv virtualenv <python_version_to_use> ansible-role-systemd-resolved
151+
pyenv local ansible-role-systemd-resolved
152152
pip install --requirement requirements-dev.txt
153153
```
154154

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# skeleton-ansible-role #
1+
# ansible-role-systemd-resolved #
22

3-
[![GitHub Build Status](https://github.com/cisagov/skeleton-ansible-role/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-ansible-role/actions)
4-
[![CodeQL](https://github.com/cisagov/skeleton-ansible-role/workflows/CodeQL/badge.svg)](https://github.com/cisagov/skeleton-ansible-role/actions/workflows/codeql-analysis.yml)
3+
[![GitHub Build Status](https://github.com/cisagov/ansible-role-systemd-resolved/workflows/build/badge.svg)](https://github.com/cisagov/ansible-role-systemd-resolved/actions)
4+
[![CodeQL](https://github.com/cisagov/ansible-role-systemd-resolved/workflows/CodeQL/badge.svg)](https://github.com/cisagov/ansible-role-systemd-resolved/actions/workflows/codeql-analysis.yml)
55

66
This is a skeleton project that can be used to quickly get a new
77
[cisagov](https://github.com/cisagov) Ansible role GitHub project
@@ -43,7 +43,7 @@ where `requirements.yml` looks like:
4343
```yaml
4444
---
4545
- name: skeleton
46-
src: https://github.com/cisagov/skeleton-ansible-role
46+
src: https://github.com/cisagov/ansible-role-systemd-resolved
4747
```
4848
4949
and may contain other roles as well.

molecule/default/converge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
- name: Converge
33
hosts: all
44
tasks:
5-
- name: Include skeleton-ansible-role
5+
- name: Include ansible-role-systemd-resolved
66
ansible.builtin.include_role:
7-
name: skeleton-ansible-role
7+
name: ansible-role-systemd-resolved

0 commit comments

Comments
 (0)