From 4aeea704d5999bc7c51f842265f2990c6dcbd3d7 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Mon, 2 Jun 2025 13:01:43 +0200 Subject: [PATCH] :art: Fix warnings in Ansible Galaxy --- .github/workflows/{galaxy.yml => ansible-galaxy.yml} | 0 molecule/_shared/converge.yml | 2 +- molecule/_shared/verify.yml | 6 +++--- tasks/fpm.yml | 4 ++-- tasks/main.yml | 4 ++-- tasks/opcache.yml | 4 ++-- tasks/xdebug.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) rename .github/workflows/{galaxy.yml => ansible-galaxy.yml} (100%) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/ansible-galaxy.yml similarity index 100% rename from .github/workflows/galaxy.yml rename to .github/workflows/ansible-galaxy.yml diff --git a/molecule/_shared/converge.yml b/molecule/_shared/converge.yml index 87cdaa5..30e985e 100644 --- a/molecule/_shared/converge.yml +++ b/molecule/_shared/converge.yml @@ -17,7 +17,7 @@ ansible.builtin.template: src: "templates/nginx.conf.j2" dest: "{{ __nginx_conf }}" - mode: 0644 + mode: "0644" owner: root group: root notify: Reload nginx diff --git a/molecule/_shared/verify.yml b/molecule/_shared/verify.yml index c666017..0b1b6ee 100644 --- a/molecule/_shared/verify.yml +++ b/molecule/_shared/verify.yml @@ -20,7 +20,7 @@ state: directory owner: root group: root - mode: 0755 + mode: "0755" - name: COPY | Add phpinfo ansible.builtin.copy: @@ -28,7 +28,7 @@ content: ' /dev/null | grep h1 | grep -o 'PHP Version {{ ansible_local.hanxhx_php.php_version }}' | sed -r 's/