resultsdb: remove trailing } that are just not needed
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
51786d8c72
commit
b68e2cafd8
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue