From 62080450416196cba92a6c204171c003d30dac12 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 5 Dec 2019 22:54:36 +0000 Subject: [PATCH] fix tags Signed-off-by: Rick Elrod --- roles/haproxy/tasks/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index 6909bd09af..7dbfb3cb7d 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -46,8 +46,7 @@ name: - libsemanage-python tags: - - httpd - - httpd/proxy + - haproxy - selinux when: (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int < 8) or (ansible_distribution_major_version|int < 30 and ansible_distribution == 'Fedora') @@ -57,8 +56,7 @@ name: - python3-libsemanage tags: - - httpd - - httpd/proxy + - haproxy - selinux when: (ansible_distribution_major_version|int >= 30 and ansible_distribution == 'Fedora') or (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int >= 8)