@@ -137,6 +137,8 @@
- cloud-init
- cloud-utils-growpart
+- name: run the init
+ import_playbook: ../../init/main.yml
# This is the part that installs all of the software and configs for the instance
# to become a node.
@@ -13,6 +13,9 @@
- import_playbook: ../../prerequisites.yml
+- name: Run the init
+
- name: Prepare the Nodes in the cluster for installation
any_errors_fatal: true
hosts: oo_all_hosts