summaryrefslogtreecommitdiff
path: root/ansible/roles/unix-machine/tasks/main.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-26 14:17:41 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-26 14:17:41 +0100
commit9e4e02fdfb5a9e038c5e09a38fa51b457164156b (patch)
tree7c3f088425b3998432e70e59fa802f613f49e374 /ansible/roles/unix-machine/tasks/main.yml
parent4083f32156c5df71cb6ea370a411e152c8a67b8b (diff)
downloadinfra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.tar.gz
infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.tar.bz2
infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.tar.xz
infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.zip
Replaced malabaricus.
Diffstat (limited to 'ansible/roles/unix-machine/tasks/main.yml')
-rw-r--r--ansible/roles/unix-machine/tasks/main.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/ansible/roles/unix-machine/tasks/main.yml b/ansible/roles/unix-machine/tasks/main.yml
index 9e3464f..82d835d 100644
--- a/ansible/roles/unix-machine/tasks/main.yml
+++ b/ansible/roles/unix-machine/tasks/main.yml
@@ -1,5 +1,5 @@
- name: /etc/apt/apt.conf.d/99force-ipv4
- copy:
+ file:
dest: /etc/apt/apt.conf.d/99force-ipv4
state: absent
@@ -9,11 +9,10 @@
- name: packages (early)
tags: packages
apt:
- name: "{{ item }}"
+ name:
+ - git
+ - etckeeper
install_recommends: no
- with_items:
- - git
- - etckeeper
- name: packages
tags: packages