mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-21 20:31:29 +00:00
more fixes
This commit is contained in:
parent
dbfd665f0e
commit
5b61c5f751
@ -1,7 +1,8 @@
|
||||
---
|
||||
# Create the koji admin user
|
||||
- name: Create local koji admin user
|
||||
user: "{{ koji_admin_localuser_name }}"
|
||||
user:
|
||||
name: "{{ koji_admin_localuser_name }}"
|
||||
comment: "Local Koji Admin"
|
||||
|
||||
- name: Create koji config directory
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
- name: Install required packages
|
||||
yum:
|
||||
name: {{ koji_hub_packages }}
|
||||
name: "{{ koji_hub_packages }}"
|
||||
state: present
|
||||
|
||||
- name: Configure koji database
|
||||
|
Loading…
Reference in New Issue
Block a user