diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-07-05 19:50:27 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-07-05 19:50:27 +0200 |
commit | 79d662045cba5c0c424f884e6de2ba11d90c530d (patch) | |
tree | fe9aa57cc78d56ca1e3e8f923cce447092a56d9d /roles/vm/guest | |
parent | major cleanup of chaos-at-home hosts (diff) |
bugfixes and cleanup of vm/install
Diffstat (limited to 'roles/vm/guest')
-rw-r--r-- | roles/vm/guest/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/vm/guest/tasks/main.yml b/roles/vm/guest/tasks/main.yml index 68c36be3..c3a346d7 100644 --- a/roles/vm/guest/tasks/main.yml +++ b/roles/vm/guest/tasks/main.yml @@ -2,6 +2,7 @@ apt: name: rng-tools state: present + force_apt_get: yes - name: Configure rngd [1/2] loop: '{{ rngd_config | dict2items }}' |