Linter should pass now!
continuous-integration/drone/push Build is failing Details

pull/1/head
otthorn 3 years ago
parent 0364006062
commit ee1726589a

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

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

Loading…
Cancel
Save