fix ordering

This commit is contained in:
nazunalika 2021-01-24 14:50:04 -07:00
parent 9b269bcfe9
commit 6af3f83e53
1 changed files with 3 additions and 3 deletions

View File

@ -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