-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from StackStorm/feature/travis-galaxy-notific…
…ation Various Ansible Galaxy cosmetic enhancements
- Loading branch information
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# See also `ansible.cfg.galaxy` if installed from Ansible Galaxy | ||
[defaults] | ||
roles_path=roles/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# If installed `ansible-st2` via ansible-galaxy. | ||
# All the project roles are located under the 'roles' dir. | ||
# See why: https://github.com/StackStorm/ansible-st2/issues/45 | ||
# | ||
# Use this `ansible.cfg` workaround to help Ansible find StackStorm roles: | ||
|
||
[defaults] | ||
roles_path = /etc/ansible/roles/:/etc/ansible/roles/stackstorm/roles/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters