aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/unix-machine
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-12-23 22:52:22 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2018-12-23 22:52:22 +0100
commit6e10f73e8bae8108eb1e9dba82232f1799a5a635 (patch)
treedc7138ac870fb7b4d146e451729dfda65a6319b5 /ansible/roles/unix-machine
parentbfb550458538f65751be26acd20756df6cf2a748 (diff)
downloadinfra-6e10f73e8bae8108eb1e9dba82232f1799a5a635.tar.gz
infra-6e10f73e8bae8108eb1e9dba82232f1799a5a635.tar.bz2
infra-6e10f73e8bae8108eb1e9dba82232f1799a5a635.tar.xz
infra-6e10f73e8bae8108eb1e9dba82232f1799a5a635.zip
wip
Diffstat (limited to 'ansible/roles/unix-machine')
-rw-r--r--ansible/roles/unix-machine/tasks/main.yml9
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