Explorar el Código

display skipped tasks

Blaine Story hace 2 años
padre
commit
d0569c9ea8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]