Quellcode durchsuchen

only print 50 lines of journalctl

tags/v0.2.0
Jonathan Cobb vor 4 Jahren
Ursprung
Commit
c854480484
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      bubble-server/src/main/resources/ansible/install_local.sh.hbs

+ 1
- 1
bubble-server/src/main/resources/ansible/install_local.sh.hbs Datei anzeigen

@@ -54,4 +54,4 @@ cd "${ANSIBLE_DIR}" && \
. ./venv/bin/activate && \
pip3 install ansible && \
bash -c "ansible-playbook ${SSH_OPTIONS} --inventory ./hosts ./playbook.yml" \
|| die "Error running ansible. journalctl -xe = $(journalctl -xe)"
|| die "Error running ansible. journalctl -xe = $(journalctl -xe | tail -n 50)"

Laden…
Abbrechen
Speichern