소스 검색

display skipped tasks

Blaine Story 2 년 전
부모
커밋
d0569c9ea8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible.cfg

+ 1 - 1
ansible.cfg

@@ -4,7 +4,7 @@ forks          = 20
 vault_password_file = ./.vault-password
 ansible_managed = This file is managed by Ansible. Any local changes may be wiped out!
 interpreter_python = auto_silent
-display_skipped_hosts = False
+display_skipped_hosts = True
 roles_path = ./galaxy_roles:./roles
 
 [ssh_connection]