[ANSIBLE] Install cmctl utility
[oom/offline-installer.git] / ansible / test / roles / prepare-cert-manager / tasks / main.yml
index add4905..1802f1b 100644 (file)
@@ -9,3 +9,8 @@
   get_url:
     url: "https://charts.jetstack.io/charts/cert-manager-v{{ cert_manager_version }}.tgz"
     dest: "{{ app_data_path }}/downloads"
+
+- name: "Download cmctl binary"
+  get_url:
+    url: "https://github.com/jetstack/cert-manager/releases/download/v{{ cmctl_version }}/cmctl-linux-amd64.tar.gz"
+    dest: "{{ app_data_path }}/downloads"