From 9ae8584281c7f8f3897cbcdfdb682c8750641e36 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 22 Jul 2020 12:27:50 -0500 Subject: [PATCH] Clarify that PPA addition only happens if configured. --- tasks/setup-Ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Ubuntu.yml b/tasks/setup-Ubuntu.yml index 5e08aff..c608d25 100644 --- a/tasks/setup-Ubuntu.yml +++ b/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