Fix linter

This commit is contained in:
Emilien Mantel
2022-11-25 09:52:40 +01:00
parent 55e075ac2b
commit 9f727adcb5
15 changed files with 61 additions and 59 deletions

View File

@@ -66,9 +66,9 @@
name: foo
system: true
- name: INCLUDE_ROLE | HanXHX.php
- name: INCLUDE_ROLE | hanxhx.php
include_role:
name: "{{ playbook_dir }}/HanXHX.php"
name: "{{ playbook_dir }}/hanxhx.php"
vars:
php_version: "{{ cur_php_version.stdout }}"
php_autoremove_default_pool: false

View File

@@ -1,6 +1,7 @@
---
- hosts: all
- name: Launch tests
hosts: all
pre_tasks:
- name: INCLUDE_TASKS | Pre_tasks related to OS version
ansible.builtin.include_tasks: "includes/pre_{{ ansible_distribution }}.yml"