forked from bennojoy/kerberos_server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lint errors and update molecule for ansible v2.8 (#23)
* Fix yamlint warning * Replace categories by galaxy tags Fixing: E702: Use 'galaxy_tags' rather than 'categories' FIxing: E701: Role info should contain description * Fix shell set pipefail lines * Fix for molecule inconsistency ansible/molecule#1727 * Fix molecule version * Add flake8 installation * Travis CI moved to python 3.6 Pythton 2.7 will be deprecated at 01.01.2010 * FIx ansible deprecation warning * fix octal file mode checks (to work in both ansible v2.7.x and v2.8.x) * update to latest molecule 2.22rc3 (that fixes flake8 and cerberus dependencies) * update to recent molecule 2.22 stable version
- Loading branch information
1 parent
1cd75fc
commit 64ec97e
Showing
5 changed files
with
12 additions
and
9 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,14 +1,15 @@ | ||
--- | ||
galaxy_info: | ||
author: "Matthias Baumann & Jan Hentschel" | ||
description: "Role to install kerberos server(s)" | ||
company: Ultra Tendency GmbH | ||
license: BSD 3-Clause | ||
min_ansible_version: 1.4 | ||
platforms: | ||
- name: EL | ||
versions: | ||
- 7 | ||
categories: | ||
galaxy_tags: | ||
- kerberos | ||
- kdc | ||
dependencies: [] | ||
dependencies: [ ] |
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