@@ -15,7 +15,7 @@ all of which should be in this repository.
1515
1616If you want to report a bug or request a new feature, the most direct
1717method 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
1919this repository. We recommend that you first search through existing
2020issues (both open and closed) to check if your particular issue has
2121already been reported. If it has then you might want to add a comment
2525## Pull requests ##
2626
2727If 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
2929will notice that our continuous integration (CI) system runs a fairly
3030extensive set of linters and syntax checkers. Your pull request may
3131fail 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
146146commands:
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
152152pip install --requirement requirements-dev.txt
153153```
154154
0 commit comments