Skip to content

Commit

Permalink
Add space in task name
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Aug 26, 2024
1 parent 46b9cef commit 539865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/proxy/tasks/nginx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Add repo for the latest stable ngnix version
become: true
block:
- name: ngnix |no apt key
- name: ngnix | no apt key
ansible.builtin.get_url:
url: http://nginx.org/keys/nginx_signing.key
dest: /etc/apt/trusted.gpg.d/nginx.asc
Expand Down

0 comments on commit 539865f

Please sign in to comment.