summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-26 12:56:18 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-26 12:56:18 +0300
commitbe717fc8393e0b4c7dc45816c432ce06e64be9c0 (patch)
tree3cfc2d49278ed02f6a81ae1a2b690ef13ba937c0
parentde88877ab9ffad3ffe62a68418cd9d1e939f162c (diff)
downloadansibleness-be717fc8393e0b4c7dc45816c432ce06e64be9c0.tar.gz
Fix: make stretch install on empty machine
-rw-r--r--ansible/host_vars/exolobe3.yml6
-rw-r--r--ansible/roles/gnupg-workstation/tasks/main.yml8
2 files changed, 5 insertions, 9 deletions
diff --git a/ansible/host_vars/exolobe3.yml b/ansible/host_vars/exolobe3.yml
index 5519eb5..5f10778 100644
--- a/ansible/host_vars/exolobe3.yml
+++ b/ansible/host_vars/exolobe3.yml
@@ -12,8 +12,10 @@ unix_users:
sources_lists:
- repo: |
- deb http://code.liw.fi/debian strech main
- deb-src http://code.liw.fi/debian stretch main
+ deb http://ftp.fi.debian.org/debian unstable contrib non-free
+ - repo: |
+ deb http://code.liw.fi/debian unstable main
+ deb-src http://code.liw.fi/debian unstable main
signing_key: |
-----BEGIN PGP PUBLIC KEY BLOCK-----
diff --git a/ansible/roles/gnupg-workstation/tasks/main.yml b/ansible/roles/gnupg-workstation/tasks/main.yml
index 6dc4bfa..0f45486 100644
--- a/ansible/roles/gnupg-workstation/tasks/main.yml
+++ b/ansible/roles/gnupg-workstation/tasks/main.yml
@@ -1,8 +1,2 @@
-- name: install gnupg-curl
- apt: name=gnupg-curl
-
-- name: install parcimonie
- apt: name=parcimonie
-
- name: install hopenpgp-tools
- apt: name=hopenpgp-tools \ No newline at end of file
+ apt: name=hopenpgp-tools