[pkgs] try to get syntax right while waiting for 3rd pot of coffee

This commit is contained in:
Stephen Smoogen 2020-01-14 19:20:29 +00:00 committed by Pierre-Yves Chibon
parent 5f9818d50b
commit eccd948801

View file

@ -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.