From 076777af9f3041530498d2455cd7bb799f0900ee Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Nov 22 2022 03:12:44 +0000 Subject: copr: trying to fix a syntax error --- diff --git a/playbooks/groups/copr-keygen.yml b/playbooks/groups/copr-keygen.yml index ae73f9e..714f92f 100644 --- a/playbooks/groups/copr-keygen.yml +++ b/playbooks/groups/copr-keygen.yml @@ -52,12 +52,12 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - # To avoid ID collisions with roles that are provisioned earlier - - name: pre-create users and groups with specifics UIDs and GIDs - tasks: - - group: name="copr-signer" state=present gid=989 - - group: name="apache" state=present gid=48 - - user: name="copr-signer" group=copr-signer groups=apache uid=992 + # Pre-create users and groups with specifics UIDs and GIDs + # to avoid ID collisions with roles that are provisioned earlier + tasks: + - group: name="copr-signer" state=present gid=989 + - group: name="apache" state=present gid=48 + - user: name="copr-signer" group=copr-signer groups=apache uid=992 roles: - base