Bläddra i källkod

only print 50 lines of journalctl

tags/v0.2.0
Jonathan Cobb 4 år sedan
förälder
incheckning
c854480484
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 Visa fil

@@ -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)"

Laddar…
Avbryt
Spara