mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-24 14:11:25 +00:00
fix ordering
This commit is contained in:
parent
9b269bcfe9
commit
6af3f83e53
@ -7,11 +7,11 @@
|
||||
- name: Apply required SELinux booleans
|
||||
import_tasks: selinux_boolean.yml
|
||||
|
||||
- name: Ensure Storage is ready
|
||||
import_tasks: storage.yml
|
||||
|
||||
- name: Create the users for kojid
|
||||
import_tasks: users.yml
|
||||
|
||||
- name: Ensure Storage is ready
|
||||
import_tasks: storage.yml
|
||||
|
||||
- name: Configure kojid
|
||||
import_tasks: config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user