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:
|
user:
|
||||||
name: pagure
|
name: pagure
|
||||||
uid: "{{ pagure_static_uid }}"
|
uid: "{{ pagure_static_uid }}"
|
||||||
ansible.builtin.shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
comment: "Pagure User"
|
comment: "Pagure User"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
## The above should be deleted when we rebuild pkgs02 in future.
|
## The above should be deleted when we rebuild pkgs02 in future.
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
name: bodhi
|
name: bodhi
|
||||||
group: bodhi
|
group: bodhi
|
||||||
comment: Bodhi Server
|
comment: Bodhi Server
|
||||||
ansible.builtin.shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
home: /usr/share/bodhi
|
home: /usr/share/bodhi
|
||||||
system: yes
|
system: yes
|
||||||
state: present
|
state: present
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
- name: Setup pagure user
|
- name: Setup pagure user
|
||||||
user:
|
user:
|
||||||
name: mirror_pagure_ansible
|
name: mirror_pagure_ansible
|
||||||
ansible.builtin.shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
comment: "mirror_pagure_ansible User"
|
comment: "mirror_pagure_ansible User"
|
||||||
tags:
|
tags:
|
||||||
- mirror_pagure_ansible
|
- mirror_pagure_ansible
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
home: "/var/lib/openqa"
|
home: "/var/lib/openqa"
|
||||||
createhome: no
|
createhome: no
|
||||||
system: yes
|
system: yes
|
||||||
ansible.builtin.shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
when: "openqa_static_uid is defined"
|
when: "openqa_static_uid is defined"
|
||||||
|
|
||||||
- name: Remove old scratch repo directory
|
- name: Remove old scratch repo directory
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
system: yes
|
system: yes
|
||||||
home: /etc/robosignatory
|
home: /etc/robosignatory
|
||||||
comment: Robosignatory
|
comment: Robosignatory
|
||||||
ansible.builtin.shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
uid: 263
|
uid: 263
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
user:
|
user:
|
||||||
name: countme
|
name: countme
|
||||||
group: countme
|
group: countme
|
||||||
ansible.builtin.shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
home: /srv/countme
|
home: /srv/countme
|
||||||
comment: "DNF countme counter"
|
comment: "DNF countme counter"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue