Merge pull request #232 from XaTTa6bl4/master

change fixed apt package name to var nginx_package_name
This commit is contained in:
Jeff Geerling 2022-04-23 20:33:07 -05:00 committed by GitHub
commit efe506da2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- name: Ensure nginx will reinstall if the PPA was just added.
apt:
name: nginx
name: "{{ nginx_package_name }}"
state: absent
when: nginx_ppa_added is changed
tags: ['skip_ansible_lint']