From 2f6b3c6fc1f3f4cfdcd61fd41755d77dff02e290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 18 May 2023 15:21:46 +0200 Subject: [PATCH] Fix yamllint errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- playbooks/groups/notifs-web.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/playbooks/groups/notifs-web.yml b/playbooks/groups/notifs-web.yml index 73bf73a4ae..9ff9e29bfe 100644 --- a/playbooks/groups/notifs-web.yml +++ b/playbooks/groups/notifs-web.yml @@ -1,3 +1,4 @@ +--- # create a new notifs-web server # NOTE: should be used with --limit most of the time # NOTE: make sure there is room/space for this server on the vmhost @@ -13,17 +14,17 @@ gather_facts: True vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "/srv/private/ansible/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + - /srv/web/infra/ansible/vars/global.yml + - "/srv/private/ansible/vars.yml" + - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - base - rkhunter - nagios_client - hosts - - { role: openvpn/client, - when: env != "staging" } + - {role: openvpn/client, + when: env != "staging"} - ipa/client - collectd/base - mod_wsgi