diff options
Diffstat (limited to 'common/vm-install.yml')
-rw-r--r-- | common/vm-install.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml index 5cc2a1c3..fd1dbb20 100644 --- a/common/vm-install.yml +++ b/common/vm-install.yml @@ -3,10 +3,6 @@ hosts: "{{ hostname }}" gather_facts: no tasks: - - name: setup variables - set_fact: - network_cooked: "{{ network }}" - install_cooked: "{{ install }}" - name: create temporary host group for vm host add_host: name: "{{ vm_host }}" |