From 8a8980044ddc99f76887103a033c4eeb63b4ad51 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 Nov 2017 23:38:03 +0000 Subject: [PATCH] we need merge behavior here for osbs --- roles/ansible-server/templates/ansible.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 7fbba5506e..3f553e758e 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -117,6 +117,7 @@ callback_whitelist = fedmsg_callback2,profile_tasks,logdetail2 # or are hash values merged together? The default is 'replace' but # this can also be set to 'merge'. #hash_behaviour = replace +hash_behaviour = merge # by default, variables from roles will be visible in the global variable # scope. To prevent this, the following option can be enabled, and only