[pkgs] add tag for user

This commit is contained in:
Stephen Smoogen 2020-01-14 19:34:05 +00:00 committed by Pierre-Yves Chibon
parent eccd948801
commit 0028f5f9e4

View file

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