[pkgs] try to get syntax right while waiting for 3rd pot of coffee
This commit is contained in:
parent
5f9818d50b
commit
eccd948801
1 changed files with 6 additions and 6 deletions
|
@ -63,12 +63,12 @@
|
|||
|
||||
tasks:
|
||||
- name: Setup pagure user
|
||||
user:
|
||||
name: pagure
|
||||
uid: "{{ pagure_static_uid }}"
|
||||
shell: /sbin/nologin
|
||||
comment: "Pagure User"
|
||||
when: env == "staging" and inventory_hostname.startswith('pkgs01')
|
||||
user:
|
||||
name: pagure
|
||||
uid: "{{ pagure_static_uid }}"
|
||||
shell: /sbin/nologin
|
||||
comment: "Pagure User"
|
||||
when: env == "staging" and inventory_hostname.startswith('pkgs01')
|
||||
## The above should be deleted when we rebuild pkgs02 in future.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue