diff options
Diffstat (limited to 'ansible/roles/unix-machine')
-rw-r--r-- | ansible/roles/unix-machine/tasks/main.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ansible/roles/unix-machine/tasks/main.yml b/ansible/roles/unix-machine/tasks/main.yml index 78e346a..9e3464f 100644 --- a/ansible/roles/unix-machine/tasks/main.yml +++ b/ansible/roles/unix-machine/tasks/main.yml @@ -1,14 +1,7 @@ - name: /etc/apt/apt.conf.d/99force-ipv4 copy: dest: /etc/apt/apt.conf.d/99force-ipv4 - content: 'Acquire::ForceIPv4 "true";' -- name: /etc/apt/sources.list - notify: update apt cache - copy: - dest: /etc/apt/sources.list - content: | - deb [arch=i386] http://deb.debian.org/debian stretch main contrib non-free - deb [arch=i386] http://security.debian.org/ stretch/updates main contrib non-free + state: absent - meta: flush_handlers |