Przeglądaj źródła

display skipped tasks

Blaine Story 2 lat temu
rodzic
commit
d0569c9ea8
1 zmienionych plików z 1 dodań i 1 usunięć
  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]