Skip to content

Commit

Permalink
Remove duplicate entry for nginx packages install (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder20 authored Aug 29, 2023
1 parent f7dfd27 commit 756b075
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- name: Add nginx repository to apt
shell:
cmd: |
sudo apt install curl gnupg2 ca-certificates lsb-release ubuntu-keyring
curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" | sudo tee /etc/apt/sources.list.d/nginx.list
sudo apt update
Expand Down

0 comments on commit 756b075

Please sign in to comment.