@@ -15,7 +15,7 @@ all of which should be in this repository.
15
15
16
16
If you want to report a bug or request a new feature, the most direct
17
17
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
19
19
this repository. We recommend that you first search through existing
20
20
issues (both open and closed) to check if your particular issue has
21
21
already been reported. If it has then you might want to add a comment
25
25
## Pull requests ##
26
26
27
27
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
29
29
will notice that our continuous integration (CI) system runs a fairly
30
30
extensive set of linters and syntax checkers. Your pull request may
31
31
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
146
146
commands:
147
147
148
148
``` 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
152
152
pip install --requirement requirements-dev.txt
153
153
```
154
154
0 commit comments