diff --git a/provisioning.yml b/provisioning.yml index d9b0f2e..9963c74 100644 --- a/provisioning.yml +++ b/provisioning.yml @@ -57,9 +57,3 @@ vars: hetzner_state: 'started' when: "'hcloud' in group_names" - -- name: 'Apply setup to {{ host | default("all") }}' - hosts: '{{ host | default("all") }}' - serial: "{{ serial_number | default(1) }}" - gather_facts: no - become: no