copr: hmm, I guess those comments needs to be under tasks

This commit is contained in:
Jakub Kadlcik 2022-11-22 04:19:22 +01:00
parent 076777af9f
commit 32b72e13dd

View file

@ -52,9 +52,9 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
# 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