From 0028f5f9e4a54369d6d08282b3246d41815872fc Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 14 Jan 2020 19:34:05 +0000 Subject: [PATCH] [pkgs] add tag for user --- playbooks/groups/pkgs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 16b48a336f..24ef70aebc 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -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.