Skip to content

Commit

Permalink
Merge pull request #1 from ansible-lockdown/quote_fix
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
uk-bolly authored Jan 7, 2025
2 parents 909fdd4 + 01df043 commit cffe5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cffe5e4

Please sign in to comment.