diff --git a/main.yml b/main.yml index 5af6b86..22b7515 100644 --- a/main.yml +++ b/main.yml @@ -37,6 +37,9 @@ - name: Holmium specific setup import_playbook: host-holmium.yml +- name: Wittgenstein specific setup + import_playbook: host-wittgenstein.yml + - name: Hobbes specific setup import_playbook: host-hobbes.yml