From 08987aca24ad3b381a736e76e5b2b37136c3f761 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 7 Jan 2025 18:20:54 +0000 Subject: [PATCH 1/2] fixed quotes on line25 Signed-off-by: Mark Bolwell --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index da77a35..e246e7f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,7 +22,7 @@ - ansible_env.SUDO_USER is defined tags: always block: - - name: Capture current password state of connecting user" + - name: "Capture current password state of connecting user" ansible.builtin.shell: "grep -w {{ ansible_env.SUDO_USER }} /etc/shadow | awk -F: '{print $2}'" changed_when: false failed_when: false From 01df043bddf462cf8c61c5b769dcf8f07fe3ebda Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 7 Jan 2025 18:32:29 +0000 Subject: [PATCH 2/2] moved welcome to github self-hosted 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 e02fe1f..afe85e0 100644 --- a/.github/workflows/devel_pipeline_validation.yml +++ b/.github/workflows/devel_pipeline_validation.yml @@ -27,7 +27,7 @@ jobs: # This will create messages for first time contributers and direct them to the Discord server welcome: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/first-interaction@main