Commit 5c63f29b by Feanil Patel

Update task names for clarity.

parent 72b759b7
......@@ -42,7 +42,7 @@
retries: 5
when: ansible_distribution in common_debian_variants
- name: Install splunk forwarder
- name: Install splunk forwarder deb
shell: "gdebi -nq /tmp/{{ SPLUNKFORWARDER_DEB }}"
when: ansible_distribution in common_debian_variants and download_deb.changed
......@@ -56,7 +56,7 @@
retries: 5
when: ansible_distribution in common_redhat_variants
- name: Install splunk forwarder
- name: Install splunk forwarder rpm
shell: "rpm -i /tmp/{{ SPLUNKFORWARDER_RPM }}"
when: ansible_distribution in common_redhat_variants and download_rpm.changed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment