瀏覽代碼

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]