From f909ed35e19c37b4a3c812be86a3bbaf39809889 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 15 Sep 2023 15:56:22 +0100 Subject: [PATCH 1/4] updated discord link Signed-off-by: Mark Bolwell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a652b8..1024df79 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ### Community -On our [Discord Server](https://discord.io/ansible-lockdown) to ask questions, discuss features, or just chat with other Ansible-Lockdown users +On our [Discord Server](https://www.lockdownenterprise.com/discord) to ask questions, discuss features, or just chat with other Ansible-Lockdown users --- From 9011895f5404241a7c85bb6e362f928cca35a6bc Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 15 Sep 2023 16:02:17 +0100 Subject: [PATCH 2/4] updated required pkgs Signed-off-by: Mark Bolwell --- tasks/check_prereqs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tasks/check_prereqs.yml b/tasks/check_prereqs.yml index d26c29a1..8bb53ab0 100644 --- a/tasks/check_prereqs.yml +++ b/tasks/check_prereqs.yml @@ -2,11 +2,10 @@ - name: "PREREQ | Check required packages installed | Python2" ansible.builtin.package: - name: "{{ item }}" + name: + - rpm-python + - libselinux-python state: present - loop: - - rpm-python - - libselinux-python when: ansible_python.version.major == 2 vars: ansible_python_interpreter: "{{ python2_bin }}" From fd5cf5f4cf134790c7936acd56782734d47c0163 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 15 Sep 2023 16:05:19 +0100 Subject: [PATCH 3/4] updated lint files Signed-off-by: Mark Bolwell --- .ansible-lint | 2 -- .yamllint | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 057c65e0..b717f678 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -6,12 +6,10 @@ skip_list: - 'schema' - 'no-changed-when' - 'var-spacing' - - 'fqcn-builtins' - 'experimental' - 'name[play]' - 'name[casing]' - 'name[template]' - - 'fqcn[action]' - 'key-order[task]' - '204' - '305' diff --git a/.yamllint b/.yamllint index ec469292..65faae6c 100644 --- a/.yamllint +++ b/.yamllint @@ -30,4 +30,4 @@ rules: trailing-spaces: enable truthy: allowed-values: ['true', 'false'] - check-keys: false + check-keys: true From e8395fce13fc82a55e3644993f2448f6b8942975 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 15 Sep 2023 16:43:13 +0100 Subject: [PATCH 4/4] discord update Signed-off-by: Mark Bolwell --- .github/workflows/devel_pipeline_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devel_pipeline_validation.yml b/.github/workflows/devel_pipeline_validation.yml index a4e7d48a..dba39dc0 100644 --- a/.github/workflows/devel_pipeline_validation.yml +++ b/.github/workflows/devel_pipeline_validation.yml @@ -27,7 +27,7 @@ repo-token: ${{ secrets.GITHUB_TOKEN }} pr-message: |- Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown! - Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well. + Please join in the conversation happening on the [Discord Server](https://www.lockdownenterprise.com/discord) as well. # This workflow contains a single job which tests the playbook playbook-test: