Skip to content

Commit

Permalink
Adjusted manifest to remove molecule files from releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Jul 8, 2024
1 parent 22b9939 commit 9c11a72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: first_steps
version: 1.0.6
version: 1.0.7
readme: README.md
authors:
- Jim Tarpley
Expand All @@ -16,5 +16,11 @@ dependencies:

repository: https://github.com/trippsc2/ansible-collection-first_steps.git

build_ignore:
- .gitignore
manifest:
directives:
- recursive-include roles/* *.md
- exclude galaxy.yml galaxy.yaml MANIFEST.json FILES.json <namespace>-<name>-*.tar.gz
- recursive-exclude tests/output **
- recursive-exclude roles/*/molecule **
- recursive-exclude molecule **
- global-exclude /.* /__pycache__
2 changes: 1 addition & 1 deletion roles/debian/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.debian
Version: 1.0.6
Version: 1.0.7

This role performs first steps on a freshly installed Debian system.

Expand Down
2 changes: 1 addition & 1 deletion roles/rhel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.rhel
Version: 1.0.6
Version: 1.0.7

This role performs first steps on a freshly installed RHEL-based system.

Expand Down
2 changes: 1 addition & 1 deletion roles/ubuntu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.ubuntu
Version: 1.0.6
Version: 1.0.7

This role performs first steps on a freshly installed Ubuntu system.

Expand Down

0 comments on commit 9c11a72

Please sign in to comment.