summaryrefslogtreecommitdiff
path: root/roles/cloud
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cloud')
-rw-r--r--roles/cloud/install/filter_plugins/hetzner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/cloud/install/filter_plugins/hetzner.py b/roles/cloud/install/filter_plugins/hetzner.py
index d01be0ba..052d0b29 100644
--- a/roles/cloud/install/filter_plugins/hetzner.py
+++ b/roles/cloud/install/filter_plugins/hetzner.py
@@ -28,7 +28,6 @@ class FilterModule(object):
def filters(self):
return {
- 'hetzner_install_image_name_glob': hetzner_install_image_name_glob,
'hroot_extract_ssh_key_fingerprints': hroot_extract_ssh_key_fingerprints,
'hroot_extract_serverip': hroot_extract_serverip,
}