commit
21735de06a
|
@ -27,7 +27,7 @@
|
||||||
jobs:
|
jobs:
|
||||||
# This will create messages for first time contributers and direct them to the Discord server
|
# This will create messages for first time contributers and direct them to the Discord server
|
||||||
welcome:
|
welcome:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/first-interaction@main
|
- uses: actions/first-interaction@main
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
- ansible_env.SUDO_USER is defined
|
- ansible_env.SUDO_USER is defined
|
||||||
tags: always
|
tags: always
|
||||||
block:
|
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}'"
|
ansible.builtin.shell: "grep -w {{ ansible_env.SUDO_USER }} /etc/shadow | awk -F: '{print $2}'"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
Loading…
Reference in New Issue