Updated to receive a collection of instance_tags
diff --git a/tasks/main.yml b/tasks/main.yml
index 22143f9..9289239 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -15,6 +15,16 @@
replace: '{{ item.replace }}'
with_items: "{{ clear_etc_hosts }}"
+- name: Update sysctl attributes for ipv6
+ tags: ['ipv6']
+ become: yes
+ sysctl:
+ name: "{{ item.name }}"
+ value: "{{ item.value }}"
+ state: present
+ sysctl_set: yes
+ with_items: "{{ sysctl_ipv6 }}"
+
- block:
- name: Start rngd service
service: