Change ubuntu installation to always install nginx

pull/193/head
Klaas Demter 4 years ago committed by GitHub
parent 4400af5065
commit bc64108a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tasks/setup-Ubuntu.yml

@ -11,5 +11,4 @@
apt:
name: nginx
state: absent
when: nginx_ppa_added.changed
tags: ['skip_ansible_lint']