Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Update CI requirements
Browse files Browse the repository at this point in the history
* Explicitly install ansible for linting.
* Cleanup obsolete tox.ini.
* Fix meta author to match galaxy namespace.

Signed-off-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
SuperQ committed Mar 2, 2021
1 parent 99cd23a commit ece60e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
executor: python
steps:
- checkout
- run: pip install ansible-lint yamllint flake8
- run: pip install ansible ansible-lint yamllint flake8
- run: ansible-lint
- run: yamllint .
- run: flake8
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
galaxy_info:
author: Roman Demachkovych, Pawel Krupa
author: cloudalchemy
description: Prometheus Node Exporter
license: MIT
company: none
Expand Down
19 changes: 0 additions & 19 deletions tox.ini

This file was deleted.

0 comments on commit ece60e0

Please sign in to comment.