Merge "Add tags to PKI include"

This commit is contained in:
Zuul 2023-10-09 13:24:30 +00:00 committed by Gerrit Code Review
commit 07a5545693
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,10 @@
- name: Create and install SSL certificates
include_role:
name: pki
apply:
tags:
- haproxy_server-config
- pki
vars:
pki_setup_host: "{{ haproxy_pki_setup_host }}"
pki_dir: "{{ haproxy_pki_dir }}"
@ -57,6 +61,9 @@
pki_handler_cert_installed: "haproxy cert installed"
when:
- haproxy_ssl | bool
tags:
- haproxy_server-config
- pki
- name: Importing haproxy_post_install tasks
import_tasks: haproxy_post_install.yml