Project

General

Profile

« Previous | Next » 

Revision 012d533c

Added by Ondřej Pražák almost 3 years ago

Fixes #33162 - Set value for Ansible collections_paths

View differences:

templates/plugin/ansible.cfg.erb
host_key_checking = <%= @host_key_checking ? 'True' : 'False' %>
stdout_callback = <%= @stdout_callback %>
roles_path = <%= @roles_path.join(':') %>
collections_paths = <%= @collections_paths.join(':') %>
[callback_foreman]
url = <%= @foreman_url %>

Also available in: Unified diff