From eccd9488010a75d1ac4ce94e4f1348bf4778dba0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 14 Jan 2020 19:20:29 +0000 Subject: [PATCH] [pkgs] try to get syntax right while waiting for 3rd pot of coffee --- playbooks/groups/pkgs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 0acdea7469..16b48a336f 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -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.