-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2403d4f
commit f92038e
Showing
3 changed files
with
10 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# .gitignore defines files to ignore and remain untracked in Git | ||
# .gitignore to define files that are untracked by Git | ||
|
||
# Further .gitignore templates available at: | ||
# https://github.com/github/gitignore | ||
|
||
|
||
# macOS OS generated files | ||
.DS_Store | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
# Windows OS generated files # | ||
# Windows OS generated files | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Byte-compiled / optimized / DLL files | ||
# Python Byte-compiled etc | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class |
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 +1,2 @@ | ||
requires_ansible: ">=2.9.2,<2.11" | ||
--- | ||
requires_ansible: '>=2.12.0' |