Skip to content

Commit 409ba9f

Browse files
committed
Different role name, same function.
1 parent fd77c35 commit 409ba9f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Ansible role sysctl](#sysctl)
1+
# [Ansible role sysctl](#ansible-role-sysctl)
22

33
Configure sysctl on your system.
44

@@ -69,7 +69,7 @@ The following roles are used to prepare a system. You can prepare your system in
6969

7070
## [Context](#context)
7171

72-
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://robertdebock.nl/) for further information.
72+
This role is part of many compatible roles. Have a look at [the documentation of these roles](https://robertdebock.nl/) for further information.
7373

7474
Here is an overview of related roles:
7575
![dependencies](https://raw.githubusercontent.com/robertdebock/ansible-role-sysctl/png/requirements.png "Dependencies")
@@ -86,13 +86,13 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
8686
|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|all|
8787
|[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|all|
8888

89-
The minimum version of Ansible required is 2.12, tests have been done to:
89+
The minimum version of Ansible required is 2.12, tests have been done on:
9090

9191
- The previous version.
9292
- The current version.
9393
- The development version.
9494

95-
If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-sysctl/issues).
95+
If you find issues, please register them on [GitHub](https://github.com/robertdebock/ansible-role-sysctl/issues).
9696

9797
## [License](#license)
9898

molecule/default/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
gather_facts: true
66

77
roles:
8-
- role: ansible-role-sysctl
8+
- role: robertdebock.sysctl
99
sysctl_items:
1010
- name: net.ipv4.ip_forward
1111
value: 1

0 commit comments

Comments
 (0)