From dd1d4140ef69f4de33b554d69488852a9b6b7a4a Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:01:30 +0300 Subject: [PATCH] Update nginx.sh --- files/certbot/nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/certbot/nginx.sh b/files/certbot/nginx.sh index 4d6eefa..8d37686 100644 --- a/files/certbot/nginx.sh +++ b/files/certbot/nginx.sh @@ -1,4 +1,4 @@ #!/bin/bash echo -n "$CERTBOT_VALIDATION" > /root/nginx/html/.well-known/acme-challenge/$CERTBOT_TOKEN -/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-ansible --private-key ~/.ssh/id_rsa tasks.yml -t nginx +/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-ansible --private-key ~/.ssh/id_rsa tasks.yml -t nginx &> /dev/null