Linter should pass now!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
otthorn 2021-01-17 17:06:59 +01:00
parent 0364006062
commit ee1726589a
2 changed files with 5 additions and 5 deletions

View file

@ -54,12 +54,12 @@ nginx:
to: "10.128.0.150:8080" to: "10.128.0.150:8080"
- from: chat.auro.re - from: chat.auro.re
to: "10.128.0.150:8080" to: "10.128.0.150:8080"
- from: codimd.auro.re - from: codimd.auro.re
to: "10.128.0.150:8081" to: "10.128.0.150:8081"
- from: hedgedoc.auro.re - from: hedgedoc.auro.re
to: "10.128.0.150:8081" to: "10.128.0.150:8081"
- from: grafana.auro.re - from: grafana.auro.re
to: "10.128.0.150:8082" to: "10.128.0.150:8082"

View file

@ -94,13 +94,13 @@
apt: apt:
pkg: smartmontools pkg: smartmontools
state: absent state: absent
autoremove: yes autoremove: true
when: ansible_system_vendor == "QEMU" when: ansible_system_vendor == "QEMU"
- name: Remove useless packages from the cache - name: Remove useless packages from the cache
apt: apt:
autoclean: yes autoclean: true
- name: Remove dependencies that are no longer required - name: Remove dependencies that are no longer required
apt: apt:
autoremove: yes autoremove: true