Skip to content

Commit bc2d4c5

Browse files
committed
style: fix ansible files
1 parent 834a194 commit bc2d4c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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/dev/main.yml
9+
- name: Create dist for all supported PHP versions
10+
ansible.builtin.import_tasks: roles/dev/main.yml
911

1012
...

0 commit comments

Comments
 (0)