소스 검색

only print 50 lines of journalctl

tags/v0.2.0
Jonathan Cobb 4 년 전
부모
커밋
c854480484
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

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

불러오는 중...
취소
저장