소스 검색

PAPR: human-readable output

Vadim Rutkovsky 7 년 전
부모
커밋
2ab105ee09
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .papr.sh

+ 3 - 0
.papr.sh

@@ -32,6 +32,9 @@ pip install -r requirements.txt
 PAPR_INVENTORY=${PAPR_INVENTORY:-.papr.inventory}
 PAPR_RUN_UPDATE=${PAPR_RUN_UPDATE:-0}
 
+# Human-readable output
+export ANSIBLE_STDOUT_CALLBACK=debug
+
 # ping the nodes to check they're responding and register their ostree versions
 ansible -vvv -i $PAPR_INVENTORY nodes -a 'rpm-ostree status'