Clarify that PPA addition only happens if configured.

pull/203/head
Jeff Geerling 4 years ago
parent c5d73ace87
commit 9ae8584281
  1. 2
      tasks/setup-Ubuntu.yml

@ -4,7 +4,7 @@
name: dirmngr
state: present
- name: Add PPA for Nginx.
- name: Add PPA for Nginx (if configured).
apt_repository:
repo: 'ppa:nginx/{{ nginx_ppa_version }}'
state: present