From 199283e4929e46897341d77b536418597cc0efb6 Mon Sep 17 00:00:00 2001 From: Michael Schmitz Date: Sun, 29 Nov 2020 23:25:32 +0100 Subject: [PATCH] Fix typo in ansible displayed comment --- tasks/setup-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index b74053d..373990a 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -23,7 +23,7 @@ register: nginx_repo_added when: nginx_debian_repo_enabled | bool and nginx_debian_repo_flavour == "mainline" -- name: Ensure nginx will reinstall if the PPA was just added. +- name: Ensure nginx will reinstall if the repo was just added. apt: name: nginx state: absent