From 388f62c44058835aaef6cf927b0a6b50e6ea737d Mon Sep 17 00:00:00 2001 From: Tyler Hale Date: Thu, 1 Aug 2024 13:01:35 -0600 Subject: [PATCH] Adding packages tag --- roles/haproxy/tasks/certbot.yml | 1 + roles/haproxy/tasks/main.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/roles/haproxy/tasks/certbot.yml b/roles/haproxy/tasks/certbot.yml index 5ac1ecd..d69e718 100644 --- a/roles/haproxy/tasks/certbot.yml +++ b/roles/haproxy/tasks/certbot.yml @@ -6,6 +6,7 @@ name: certbot executable: pip3 state: latest + tags: packages - name: Place certbot script template: diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index de90b53..3255b99 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -7,6 +7,7 @@ - policycoreutils-python-utils - NetworkManager state: latest + tags: packages - name: Install haproxy cluster packages package: @@ -15,6 +16,7 @@ - haproxy - firewalld state: latest + tags: packages - name: "### Certbot configuration ###" include_tasks: