Explorar el Código

only print 50 lines of journalctl

tags/v0.2.0
Jonathan Cobb hace 4 años
padre
commit
c854480484
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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

Cargando…
Cancelar
Guardar