Browse Source

roles_path in ansible.cfg

master
Nicolas Massé 9 years ago
parent
commit
5b736fb416
  1. 4
      ansible.cfg

4
ansible.cfg

@ -1,3 +1,7 @@
[defaults]
# This is needed by the openshift-ansible installer
deprecation_warnings=False
# Since our playbooks are in a subdir and our roles are on top-level dir,
# we need to tell ansible where they are
roles_path = ./roles/

Loading…
Cancel
Save