Fix typo in ansible displayed comment

pull/209/head
Michael Schmitz 3 years ago
parent ff8d6356f1
commit 199283e492
  1. 2
      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