From 6af3f83e5311cdf855e5bb55d353b82a6fce17ea Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 24 Jan 2021 14:50:04 -0700 Subject: [PATCH] fix ordering --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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