copr: trying to fix a syntax error
This commit is contained in:
parent
067f4e7998
commit
076777af9f
1 changed files with 6 additions and 6 deletions
|
@ -52,8 +52,8 @@
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
# To avoid ID collisions with roles that are provisioned earlier
|
# Pre-create users and groups with specifics UIDs and GIDs
|
||||||
- name: pre-create users and groups with specifics UIDs and GIDs
|
# to avoid ID collisions with roles that are provisioned earlier
|
||||||
tasks:
|
tasks:
|
||||||
- group: name="copr-signer" state=present gid=989
|
- group: name="copr-signer" state=present gid=989
|
||||||
- group: name="apache" state=present gid=48
|
- group: name="apache" state=present gid=48
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue