[pkgs] add tag for user
This commit is contained in:
parent
eccd948801
commit
0028f5f9e4
1 changed files with 2 additions and 1 deletions
|
@ -63,12 +63,13 @@
|
|||
|
||||
tasks:
|
||||
- name: Setup pagure user
|
||||
tags: pagure-user
|
||||
user:
|
||||
name: pagure
|
||||
uid: "{{ pagure_static_uid }}"
|
||||
shell: /sbin/nologin
|
||||
comment: "Pagure User"
|
||||
when: env == "staging" and inventory_hostname.startswith('pkgs01')
|
||||
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