Commit d51b156
committed
fix: [#18] remove redundant UFW app profile task that fails on Ubuntu VMs
The 'Allow SSH service by name' task was using a non-existent UFW
application profile 'ssh' which caused the playbook to fail before
enabling the firewall.
This task was redundant because SSH is already explicitly allowed
by port number in the previous task.
Fixes Issue #4 identified in PR review - UFW fails with 'Could not
find a profile matching ssh'1 parent 91224b5 commit d51b156
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 60 | | |
71 | 61 | | |
72 | 62 | | |
| |||
0 commit comments