Skip to content

Commit

Permalink
Linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfusco committed Feb 9, 2023
1 parent d5e0158 commit accb3b6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/molecule/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
driver:
name: delegated
name: delegated
options:
managed: false
login_cmd_template: >-
Expand Down
1 change: 0 additions & 1 deletion ansible-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ ansible
metalsmith>=1.4.0 # Apache-2.0
importlib-metadata
jsonschema # MIT

1 change: 0 additions & 1 deletion bindep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ gzip

# Required to build language docs
gettext

1 change: 0 additions & 1 deletion molecule-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ tripleo-common
os-net-config # Apache-2.0
# Allows to unpin cryptography
pyOpenSSL>=22.1.0

2 changes: 1 addition & 1 deletion scripts/run-local-test
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ PS1="[\u@\h \W]\$" source "${HOME}/test-python/bin/activate"

cd "${PROJECT_DIR}/edpm_ansible/roles/${ROLE_NAME}"

molecule test
molecule test

0 comments on commit accb3b6

Please sign in to comment.