Skip to content

Commit

Permalink
Merge pull request #412 from grycap/devel
Browse files Browse the repository at this point in the history
Set roles_path to /etc/ansible/roles
  • Loading branch information
micafer authored Sep 20, 2017
2 parents 3a89aca + d30180e commit 1d4fd0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,6 @@

- name: Set fact_caching_timeout in ansible.cfg
ini_file: dest=/etc/ansible/ansible.cfg section=defaults option=gathering value=smart

- name: Set roles_path in ansible.cfg
ini_file: dest=/etc/ansible/ansible.cfg section=defaults option=roles_path value=/etc/ansible/roles

0 comments on commit 1d4fd0a

Please sign in to comment.