FIX: Tags in ansible
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
index 9384784..e4115e4 100644 (file)
@@ -3,6 +3,7 @@
 
 - name: Install distribution - release - machine prerequisites
   include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
+  tags: [ install-csit-dependencies, install-kernel-image ]
 
 - name: Taishan aarch64 specific
   import_tasks: taishan_workaround.yaml