From 309779bbf9e8bbb95608cdb9f3a97a5ce2414600 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 4 Nov 2021 14:57:33 +0100 Subject: [PATCH] chore: cleanup --- provisioning.yml | 6 ------ 1 file changed, 6 deletions(-) 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