summaryrefslogtreecommitdiff
path: root/ansible/apt-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-06-06 14:35:14 +0300
committerLars Wirzenius <liw@liw.fi>2022-06-06 14:35:14 +0300
commit80abfd1ad4b72c13e66b70e1f475e508039f11f1 (patch)
tree94b5b378502706c509740a1f5a9b8a9e3185534a /ansible/apt-dev.yml
parent66e27920de1f0fb07d65607242dc98eeea47b363 (diff)
downloadansibleness-80abfd1ad4b72c13e66b70e1f475e508039f11f1.tar.gz
update for logging in as debian instead of root
cloud-init forces debian logins. Meh. Sponsored-by: author
Diffstat (limited to 'ansible/apt-dev.yml')
-rw-r--r--ansible/apt-dev.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/ansible/apt-dev.yml b/ansible/apt-dev.yml
index 0ca87a3..763528f 100644
--- a/ansible/apt-dev.yml
+++ b/ansible/apt-dev.yml
@@ -1,5 +1,6 @@
- hosts: apt-dev
- remote_user: root
+ remote_user: debian
+ become: yes
roles:
- role: sane_debian_system
tags: [sane]
@@ -11,6 +12,7 @@
tags: [liw]
tasks:
- apt:
+ update_cache: yes
name:
- debhelper
- build-essential
@@ -30,7 +32,7 @@
- libgnutls28-dev
- libgcrypt20-dev
- liblz4-dev
- - liblzma-dev
+# - liblzma-dev
- libseccomp-dev
- libsystemd-dev
- libudev-dev
@@ -41,7 +43,7 @@
- po4a
- triehash
- xsltproc
- - zlib1g-dev
+# - zlib1g-dev
- doxygen
- graphviz
- w3m