various: fix some more shell variables that were accidentally converted to builtin.shell
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1f8751a00c
commit
6c38d7b61a
6 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@
|
|||
user:
|
||||
name: pagure
|
||||
uid: "{{ pagure_static_uid }}"
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
comment: "Pagure User"
|
||||
when: env == "staging"
|
||||
## The above should be deleted when we rebuild pkgs02 in future.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue