Skip to content

Commit

Permalink
style: fix ansible files
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Sep 11, 2024
1 parent 834a194 commit bc2d4c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/playbook.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---

- hosts: all
- name: Generate PHP Dockerfiles
hosts: all
gather_facts: false
tags:
- template
tasks:
- import_tasks: roles/dev/main.yml
- name: Create dist for all supported PHP versions
ansible.builtin.import_tasks: roles/dev/main.yml

...

0 comments on commit bc2d4c5

Please sign in to comment.