Skip to content

Commit 4b9e8d5

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

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ updates:
1919
- dependency-name: hashicorp/setup-terraform
2020
- dependency-name: mxschmitt/action-tmate
2121
- dependency-name: step-security/harden-runner
22-
# # Managed by cisagov/skeleton-ansible-role
22+
# # Managed by cisagov/ansible-role-systemd-resolved
2323
# - dependency-name: github/codeql-action
2424
package-ecosystem: github-actions
2525
schedule:
2626
interval: weekly
2727

2828
- directory: /
2929
# ignore:
30-
# # Managed by cisagov/skeleton-ansible-role
30+
# # Managed by cisagov/ansible-role-systemd-resolved
3131
# - dependency-name: ansible
3232
# - dependency-name: ansible-core
3333
package-ecosystem: pip

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.

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# before this role. Role variables for any roles listed here can be
44
# assigned static variables.
55
#
6-
# See also cisagov/skeleton-ansible-role#153.
6+
# See also cisagov/ansible-role-systemd-resolved#153.
77
dependencies: []
88
galaxy_info:
99
author: First Last

meta/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# role but _are not_ automatically installed. Role variables cannot
44
# be specified here.
55
#
6-
# See also cisagov/skeleton-ansible-role#153.
6+
# See also cisagov/ansible-role-systemd-resolved#153.
77
[]

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

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# for the upper bound.
1616
ansible>=8,<10
1717
# TODO: Remove this pin when possible. See
18-
# cisagov/skeleton-ansible-role#178 for more details.
18+
# cisagov/ansible-role-systemd-resolved#178 for more details.
1919
#
2020
# ansible-core 2.16.3 and later suffer from the bug discussed in
2121
# ansible/ansible#82702, which breaks any symlinked files in vars,

0 commit comments

Comments
 (0)