Skip to content

Commit 8d5b75c

Browse files
committed
style: lint ansible files
1 parent a3d1b26 commit 8d5b75c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
- name: 🧐 Lint Ansible files
8383
uses: ansible/[email protected]
8484
with:
85-
args: '-c .github/.ansible-lint.yml'
85+
args: '-c ${{ github.workspace }}/.github/.ansible-lint.yml'

src/playbook.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22

3-
- hosts: all
3+
- name: Generate PHP Dockerfiles
4+
hosts: all
45
gather_facts: false
56
tags:
67
- template
78
tasks:
8-
- import_tasks: roles/base/main.yml
9+
- name: Create dist for all supported PHP versions
10+
ansible.builtin.import_tasks: roles/base/main.yml
911

1012
...

0 commit comments

Comments
 (0)