mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
name: bodhi
|
||||
group: bodhi
|
||||
comment: Bodhi Server
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
home: /usr/share/bodhi
|
||||
system: yes
|
||||
state: present
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- name: Setup pagure user
|
||||
user:
|
||||
name: mirror_pagure_ansible
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
comment: "mirror_pagure_ansible User"
|
||||
tags:
|
||||
- mirror_pagure_ansible
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
home: "/var/lib/openqa"
|
||||
createhome: no
|
||||
system: yes
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
when: "openqa_static_uid is defined"
|
||||
|
||||
- name: Remove old scratch repo directory
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
system: yes
|
||||
home: /etc/robosignatory
|
||||
comment: Robosignatory
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
uid: 263
|
||||
tags:
|
||||
- config
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
user:
|
||||
name: countme
|
||||
group: countme
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
home: /srv/countme
|
||||
comment: "DNF countme counter"
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user