Skip to content

Commit fde4bbe

Browse files
committed
Release 1.0.0
1 parent fa4d8a6 commit fde4bbe

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.env/
1+
.env/
2+
*.tar.gz

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Ansible Collection - haxorof.virtualization
22

33
Ansible collection containing roles for different kind of virtualization technologies.
4+
5+
## Roles
6+
7+
- docker_ce (haxorof.docker_ce, version 5.0.3)

galaxy.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,17 @@ issues: https://github.com/haxorof/ansible-collection-virtualization/issues
6262
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
6363
# and '.git' are always filtered
6464
build_ignore:
65+
- .gitmodules
66+
- .gitignore
67+
- '**/.gitignore'
68+
- '**/.gitattributes'
69+
- '**/.editorconfig'
70+
- '**/.ansible-lint'
6571
- .env
72+
- '**/.env'
6673
- .github
74+
- '**/.github'
75+
- '**/.git'
6776
- '*.tar.gz'
68-
- test
69-
- playbooks
7077

7178

0 commit comments

Comments
 (0)