Skip to content

Commit cffe5e4

Browse files
authored
Merge pull request #1 from ansible-lockdown/quote_fix
Minor update
2 parents 909fdd4 + 01df043 commit cffe5e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devel_pipeline_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
jobs:
2828
# This will create messages for first time contributers and direct them to the Discord server
2929
welcome:
30-
runs-on: self-hosted
30+
runs-on: ubuntu-latest
3131

3232
steps:
3333
- uses: actions/first-interaction@main

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- ansible_env.SUDO_USER is defined
2323
tags: always
2424
block:
25-
- name: Capture current password state of connecting user"
25+
- name: "Capture current password state of connecting user"
2626
ansible.builtin.shell: "grep -w {{ ansible_env.SUDO_USER }} /etc/shadow | awk -F: '{print $2}'"
2727
changed_when: false
2828
failed_when: false

0 commit comments

Comments
 (0)