diff --git a/tasks/main.yml b/tasks/main.yml index e8931ef..4fff5fd 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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