We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909fdd4 + 01df043 commit cffe5e4Copy full SHA for cffe5e4
.github/workflows/devel_pipeline_validation.yml
@@ -27,7 +27,7 @@
27
jobs:
28
# This will create messages for first time contributers and direct them to the Discord server
29
welcome:
30
- runs-on: self-hosted
+ runs-on: ubuntu-latest
31
32
steps:
33
- uses: actions/first-interaction@main
tasks/main.yml
@@ -22,7 +22,7 @@
22
- ansible_env.SUDO_USER is defined
23
tags: always
24
block:
25
- - name: Capture current password state of connecting user"
+ - name: "Capture current password state of connecting user"
26
ansible.builtin.shell: "grep -w {{ ansible_env.SUDO_USER }} /etc/shadow | awk -F: '{print $2}'"
changed_when: false
failed_when: false
0 commit comments