Fix typo in ansible displayed comment

This commit is contained in:
Michael Schmitz 2020-11-29 23:25:32 +01:00
parent ff8d6356f1
commit 199283e492
1 changed files with 1 additions and 1 deletions

View File

@ -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