diff --git a/ansible/compute.yml b/ansible/compute.yml index f62612760ac49c18c410e64caeaf8f16a9b75706..200342c4201d36e69893761cbfda4c676976e65d 100644 --- a/ansible/compute.yml +++ b/ansible/compute.yml @@ -1,4 +1,7 @@ --- +- name: Setup node for use as a virtual cheaha node + ansible.builtin.import_playbook: cheaha.yml + - name: Setup node for use as a virtual compute node hosts: default become: true