diff options
| author | 2022-03-15 00:27:26 +0000 | |
|---|---|---|
| committer | 2022-03-15 00:27:26 +0000 | |
| commit | 01a95a8994a3c3ef2fd6693084b70947ce0cec57 (patch) | |
| tree | 5cf31c47189592ef5c13f8a02dae206f5e1bcea3 /roles/nginx-ufw | |
| parent | Allow HTTP traffic through the firewall (diff) | |
Capitalise all task names in roles
Makes all role names begin with a capital letter in Ansible roles
Diffstat (limited to 'roles/nginx-ufw')
| -rw-r--r-- | roles/nginx-ufw/tasks/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/nginx-ufw/tasks/main.yml b/roles/nginx-ufw/tasks/main.yml index 4337cc1..fb703bf 100644 --- a/roles/nginx-ufw/tasks/main.yml +++ b/roles/nginx-ufw/tasks/main.yml @@ -1,5 +1,5 @@  --- -- name: allow http(s) traffic through the firewall +- name: Allow http(s) traffic through the firewall    ufw:      app: Nginx Full      rule: allow | 
