diff --git a/tasks/install_ta_tools.yml b/tasks/install_ta_tools.yml
index 17847269a8b08bc7b1ea93ff38ef5d3e9c19f01f..87e8f7c56d45a3d4e017f5db8802ef74c286a340 100644
--- a/tasks/install_ta_tools.yml
+++ b/tasks/install_ta_tools.yml
@@ -53,7 +53,7 @@
           "libtext-csv-perl",
           "libyaml-perl",
         ]
-      state: absent
+        state: absent
     
 #     # This is THE main purpose of this task file, so we won't run this as a
 #     # handler, but set "noqa: no-handler" instead.