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/