Merge pull request #33 from leseb/feature-reduce-verbose

Ability to reduce verbosity
pull/34/head
Leseb 2014-03-12 10:49:10 +01:00
commit bcb4861be3
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ ansible_managed = Ansible managed: modified on %Y-%m-%d %H:%M:%S by {uid}
private_key_file = ~/.vagrant.d/insecure_private_key
error_on_undefined_vars = False
forks = 6
#If set to False, ansible will not display any status for a task that is skipped. The default behavior is to display skipped tasks:
display_skipped_hosts=True