updated attributes for upload and install of archive
diff --git a/tasks/main.yml b/tasks/main.yml
index ab68158..7a04bb6 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -8,6 +8,7 @@
 
 - name: Remove IPv6 localhost entry
   become: yes
+  tags: ['ipv6']
   replace:
     dest: /etc/hosts
     regexp: '(^::1.*localhost6.*)$'