commit | 05c1e702c649fdcab36b9e17ccc4ab4f652e925f | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Feb 08 14:34:07 2018 -0600 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Feb 08 14:34:07 2018 -0600 |
tree | 300df513b5ec2b652470fad5413b6ec162f41b06 | |
parent | f5da9837e03e5c57c5ba91c4c0e4ff31e1d9944d [diff] |
updated attributes for upload and install of archive
diff --git a/tasks/main.yml b/tasks/main.yml index 7a04bb6..fadb798 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -11,8 +11,9 @@ tags: ['ipv6'] replace: dest: /etc/hosts - regexp: '(^::1.*localhost6.*)$' - replace: '# \1' + regexp: "{{ item.regexp }}" + replace: '{{ item.replace }}' + with_items: "{{ clear_etc_hosts }}" - block: - name: Start rngd service