Skip to content

Commit 4a30e93

Browse files
committed
Consistency changes
1 parent f681868 commit 4a30e93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ None
3737
---
3838
- hosts: all
3939
roles:
40-
- ufw
40+
- oefenweb.ufw
4141
```
4242
4343
##### Allow ssh
4444
```yaml
4545
- hosts: all
4646
roles:
47-
- ufw
47+
- oefenweb.ufw
4848
vars:
4949
ufw_rules:
5050
- rule: allow
@@ -57,7 +57,7 @@ None
5757
```yaml
5858
- hosts: all
5959
roles:
60-
- ufw
60+
- oefenweb.ufw
6161
vars:
6262
ufw_rules:
6363
- rule: allow
@@ -70,7 +70,7 @@ None
7070
```yaml
7171
- hosts: all
7272
roles:
73-
- ufw
73+
- oefenweb.ufw
7474
vars:
7575
ufw_rules:
7676
- rule: allow

0 commit comments

Comments
 (0)