Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 2, 2023
1 parent f681868 commit 4a30e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ None
---
- hosts: all
roles:
- ufw
- oefenweb.ufw
```
##### Allow ssh
```yaml
- hosts: all
roles:
- ufw
- oefenweb.ufw
vars:
ufw_rules:
- rule: allow
Expand All @@ -57,7 +57,7 @@ None
```yaml
- hosts: all
roles:
- ufw
- oefenweb.ufw
vars:
ufw_rules:
- rule: allow
Expand All @@ -70,7 +70,7 @@ None
```yaml
- hosts: all
roles:
- ufw
- oefenweb.ufw
vars:
ufw_rules:
- rule: allow
Expand Down

0 comments on commit 4a30e93

Please sign in to comment.