From 16886c3806597fcc481116fb110ecdee032fb6b2 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Fri, 3 Aug 2018 10:35:28 +0200 Subject: [PATCH] Remove old code --- Manual.org | 7 +------ roles/yavdr-common/tasks/configure_system.yml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Manual.org b/Manual.org index 570684e..e7a1ce2 100644 --- a/Manual.org +++ b/Manual.org @@ -461,12 +461,7 @@ yavdr-common executes the following tasks: #+END_SRC ***** Use bash instead of dash #+BEGIN_SRC yaml :tangle roles/yavdr-common/tasks/configure_system.yml :mkdirp yes -#- name: use bash instead of dash -# shell: | -# echo "set dash/sh false" | debconf-communicate -# dpkg-reconfigure -f noninteractive dash - -- name: ensure debconf and debconf-utils are installed +- name: apt | ensure debconf and debconf-utils are installed apt: name: "{{ packages }}" vars: diff --git a/roles/yavdr-common/tasks/configure_system.yml b/roles/yavdr-common/tasks/configure_system.yml index ea00d1e..e0e0928 100644 --- a/roles/yavdr-common/tasks/configure_system.yml +++ b/roles/yavdr-common/tasks/configure_system.yml @@ -1,9 +1,4 @@ -#- name: use bash instead of dash -# shell: | -# echo "set dash/sh false" | debconf-communicate -# dpkg-reconfigure -f noninteractive dash - -- name: ensure debconf and debconf-utils are installed +- name: apt | ensure debconf and debconf-utils are installed apt: name: "{{ packages }}" vars: