🚨 holmium: Fix indentation

yamllint complained:

  9:3       error    wrong indentation: expected 4 but found 2  (indentation)
  12:7      error    wrong indentation: expected 8 but found 6  (indentation)
  14:9      error    wrong indentation: expected 10 but found 8  (indentation)
  19:9      error    wrong indentation: expected 10 but found 8  (indentation)
  23:9      error    wrong indentation: expected 10 but found 8  (indentation)
  32:9      error    wrong indentation: expected 10 but found 8  (indentation)
This commit is contained in:
Alexander Dahl 2022-10-04 08:08:11 +02:00
parent 0f11db3f64
commit 2c32d746f6

View file

@ -6,32 +6,32 @@
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
roles: roles:
- role: nginx-https-ingress - role: nginx-https-ingress
vars: vars:
ingress: ingress:
- server: kant - server: kant
hosts: hosts:
- name: jabber.n39.eu - name: jabber.n39.eu
- name: conference.jabber.n39.eu - name: conference.jabber.n39.eu
- name: spaceapi.n39.eu - name: spaceapi.n39.eu
- server: krypton - server: krypton
hosts: hosts:
- name: entities.svc.n39.eu - name: entities.svc.n39.eu
- name: entities-validation.svc.n39.eu - name: entities-validation.svc.n39.eu
- server: pottwal - server: pottwal
hosts: hosts:
- name: gitea.n39.eu - name: gitea.n39.eu
- name: uritools.n39.eu - name: uritools.n39.eu
- name: uritools-api.n39.eu - name: uritools-api.n39.eu
- name: sl.n39.eu - name: sl.n39.eu
- name: pad.n39.eu - name: pad.n39.eu
- name: brotherql-web.n39.eu - name: brotherql-web.n39.eu
local: true local: true
- server: radon - server: radon
hosts: hosts:
- name: nodered.n39.eu - name: nodered.n39.eu
local: true local: true
- name: rabbitmq.n39.eu - name: rabbitmq.n39.eu
local: true local: true
- name: pwr-meter-pulse-gw-19i.svc.n39.eu - name: pwr-meter-pulse-gw-19i.svc.n39.eu
local: true local: true