-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make galaxy.yml persistent and move out ansible.cfg
- Loading branch information
1 parent
58ce912
commit 1142d71
Showing
7 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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
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,6 +1,5 @@ | ||
collections/* | ||
!collections/requirements.yml | ||
/galaxy.yml | ||
/*.tar.gz | ||
temp_test_module.yml | ||
test_playbook.yml | ||
|
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,4 @@ | ||
--- | ||
minor_changes: | ||
- ansible.cfg removed from root and galaxy.yml added to enable install from source | ||
... |
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,30 @@ | ||
--- | ||
authors: | ||
- Sean Sullivan @sean-m-sullivan | ||
- Tom Page @Tompage1994 | ||
- David Danielsson @djdanielsson | ||
dependencies: {} | ||
description: Ansible content that interacts with the Ansible Automation Hub or Galaxy NG API. | ||
documentation: https://github.com/ansible/automation_hub_collection/blob/devel/README.md | ||
license: | ||
- GPL-3.0-only | ||
namespace: infra | ||
name: ah_configuration | ||
version: 1.1.1-devel | ||
readme: README.md | ||
repository: https://github.com/ansible/automation_hub_collection | ||
issues: https://github.com/ansible/automation_hub_collection/issues | ||
tags: | ||
- cloud | ||
- infrastructure | ||
- galaxy | ||
- ansible | ||
- galaxy | ||
- automation | ||
build_ignore: | ||
- tools | ||
- setup.cfg | ||
- galaxy.yml.j2 | ||
- template_galaxy.yml | ||
- '*.tar.gz' | ||
... |