From d940fa12ed06a7e3f61594ced13cee9a8963b667 Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Wed, 21 Sep 2022 07:04:47 +1000 Subject: [PATCH] adding some really basic form of analytics to try and see which playbooks (and roles) are being used --- roles/product_install/defaults/main.yml | 2 ++ roles/product_install/tasks/main.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/roles/product_install/defaults/main.yml b/roles/product_install/defaults/main.yml index d768e62..aa9e047 100644 --- a/roles/product_install/defaults/main.yml +++ b/roles/product_install/defaults/main.yml @@ -41,3 +41,5 @@ atl_source_obr_from_marketplace: true atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr" force_version_update: false + +atl_localansible_playbook: '' \ No newline at end of file diff --git a/roles/product_install/tasks/main.yml b/roles/product_install/tasks/main.yml index 73c7e7b..a52ebbd 100644 --- a/roles/product_install/tasks/main.yml +++ b/roles/product_install/tasks/main.yml @@ -185,6 +185,7 @@ dest: "{{ atl_product_temp_download }}" mode: 0755 force: false + http_agent: "ansible-httpget_{{ atl_localansible_playbook }}" register: atl_product_completed # If product installer was fetched make the lock directory