From da4e9dfc4f346dbe31edb5690bc555c2ec5565da Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Mon, 2 Jun 2025 13:07:38 +0200 Subject: [PATCH] :art: Fix imports in Ansible Galaxy --- .github/workflows/{galaxy.yml => ansible_galaxy.yml} | 0 meta/main.yml | 2 +- molecule/_shared/prepare.yml | 6 +++--- molecule/_shared/verify.yml | 10 +++++----- tasks/config.yml | 8 ++++---- tasks/htpasswd.yml | 2 +- tasks/prepare.yml | 2 +- tasks/site.yml | 8 ++++---- tasks/ssl/acme.yml | 4 ++-- tasks/ssl/standard.yml | 8 ++++---- tasks/upstream.yml | 4 ++-- 11 files changed, 27 insertions(+), 27 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/meta/main.yml b/meta/main.yml index 3056cf6..6afd287 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,7 +2,7 @@ galaxy_info: author: Emilien Mantel - namespace: hanxhx + namespace: HanXHX role_name: nginx description: Nginx for Debian / Ubuntu company: TripleStack diff --git a/molecule/_shared/prepare.yml b/molecule/_shared/prepare.yml index c4dc253..df85445 100644 --- a/molecule/_shared/prepare.yml +++ b/molecule/_shared/prepare.yml @@ -73,7 +73,7 @@ ansible.builtin.file: path: "{{ int_ansible_ssl_dir }}" state: directory - mode: 0750 + mode: "0750" owner: root group: root @@ -81,7 +81,7 @@ ansible.builtin.copy: src: "file/{{ item }}" dest: "{{ int_ansible_ssl_dir }}/{{ item }}" - mode: 0640 + mode: "0640" owner: root group: root loop: @@ -103,7 +103,7 @@ {% endif %} {% endfor %} dest: "/etc/hosts" - mode: 0644 + mode: "0644" owner: root group: root unsafe_writes: true diff --git a/molecule/_shared/verify.yml b/molecule/_shared/verify.yml index 2f14efc..e088110 100644 --- a/molecule/_shared/verify.yml +++ b/molecule/_shared/verify.yml @@ -13,7 +13,7 @@ ansible.builtin.copy: dest: "{{ nginx_root }}/{{ item }}/public/index.php" content: "