Skip to content

Commit 96e959a

Browse files
committed
Ansible lint action as name
1 parent ca85f7b commit 96e959a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Ansible Lint
2+
name: Ansible Linting Action
33
description: Action to run Ansible lint.
44
author: L3D <[email protected]>
55

@@ -27,5 +27,5 @@ runs:
2727
REQCOLLECTIONS: ${{ inputs.required_collections }}
2828
REQROLES: ${{ inputs.required_roles }}
2929
branding:
30-
icon: 'upload-cloud'
31-
color: 'black'
30+
icon: 'check-circle'
31+
color: 'blue'

ansible_docker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def run_command(self, command):
7777

7878
# Optionally install required ansible collections
7979
if bool(reqired_collection):
80-
ansible_command = ["ansible-galaxy", "collection", "install", f"{reqired_collection}", "--upgrade"]
80+
ansible_command = ["ansible-galaxy", "collection", "install",
81+
f"{reqired_collection}", "--upgrade"]
8182
version_info = ansible_version_checker.run_command(ansible_command)
8283
print(f"COLLECTION INSTALL SUCCESSFUL\n{version_info}")
8384

requirements.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)