clean up some leftover }s

This commit is contained in:
Kevin Fenzi 2018-04-05 20:50:24 +00:00
parent c7f95e7c9e
commit 8748872272

View file

@ -40,13 +40,13 @@
certname: "{{wildcard_cert_name}}" certname: "{{wildcard_cert_name}}"
SSLCertificateChainFile: "{{wildcard_int_file}}" SSLCertificateChainFile: "{{wildcard_int_file}}"
- { role: httpd/website - role: httpd/website
vars: vars:
- name: secondary.fedoraproject.org - name: secondary.fedoraproject.org
- cert_name: "{{wildcard_cert_name}}" - cert_name: "{{wildcard_cert_name}}"
server_aliases: server_aliases:
- archive.fedoraproject.org - archive.fedoraproject.org
- archives.fedoraproject.org } - archives.fedoraproject.org
tasks: tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml" - import_tasks: "{{ tasks_path }}/yumrepos.yml"
- import_tasks: "{{ tasks_path }}/2fa_client.yml" - import_tasks: "{{ tasks_path }}/2fa_client.yml"