Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 3, 2021
1 parent 5e16439 commit 288bf3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansiblelint/rules/CommandsInsteadOfModulesRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class CommandsInsteadOfModulesRule(AnsibleLintRule):
'yum': 'yum',
}


_executable_options = {
'git': ['branch', 'log'],
'systemctl': ['set-default', 'show-environment', 'status'],
Expand Down

0 comments on commit 288bf3e

Please sign in to comment.