Simplify vm/install a tiny bit
authornicoo <nicoo@realraum.at>
Sun, 17 Jun 2018 17:13:05 +0000 (19:13 +0200)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000 (00:30 +0100)
ansible/roles/vm/install/meta/main.yml

index 0822937..14ba5b5 100644 (file)
@@ -1,6 +1,5 @@
 ---
 dependencies:
   - role: preseed
-    hostname: "{{ hostname }}"
     # TODO: Find a way to eliminate the duplicate defaults.
     ssh_keys: "{{ hostvars[hostname].ssh_keys | default(noc_ssh_keys) }}"