Infra: Move probes under ansible instead of terraform
[csit.git] / resources / tools / testbed-setup / ansible / roles / nomad / tasks / main.yaml
index 5b32305..54e8051 100644 (file)
@@ -1,12 +1,14 @@
 ---
 # file: roles/nomad/tasks/main.yaml
 
-- Name: Update package cache (apt)
+- name: Inst - Update Package Cache (APT)
   apt:
     update_cache: yes
     cache_valid_time: 3600
   when:
     - ansible_distribution|lower == 'ubuntu'
+  tags:
+    - nomad-inst-prerequisites
 
 - name: Inst - Prerequisites
   package: