From b68e2cafd8f535dcf5ab273a47e0d14807862165 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 18 Oct 2019 15:26:44 +0200 Subject: [PATCH] resultsdb: remove trailing } that are just not needed Signed-off-by: Pierre-Yves Chibon --- roles/ci_resultsdb/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/ci_resultsdb/tasks/main.yml b/roles/ci_resultsdb/tasks/main.yml index da88e25ab1..f955e10abf 100644 --- a/roles/ci_resultsdb/tasks/main.yml +++ b/roles/ci_resultsdb/tasks/main.yml @@ -6,7 +6,7 @@ - libsemanage-python - rdbsync when: - - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" } + - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" - name: Create /etc/pki/fedmsg/ file: name=/etc/pki/fedmsg @@ -14,7 +14,7 @@ recurse=yes owner=root group=root when: - - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" } + - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" tags: - config @@ -26,7 +26,7 @@ group=root mode=0644 when: - - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" } + - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" tags: - config @@ -56,7 +56,7 @@ - name: Start and enable the fedmsg-hub service service: name={{ item }} enabled=yes state=started when: - - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" } + - inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" with_items: - fedmsg-hub @@ -109,4 +109,4 @@ with_items: - fm-consumer@config.service when: - - inventory_hostname == "resultsdb-stg01.qa.fedoraproject.org" } + - inventory_hostname == "resultsdb-stg01.qa.fedoraproject.org"