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: