Procházet zdrojové kódy

only print 50 lines of journalctl

tags/v0.2.0
Jonathan Cobb před 4 roky
rodič
revize
c854480484
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit