From 89fe162eb4254a63d053901a954b79b7c82b0783 Mon Sep 17 00:00:00 2001 From: Marcus Gillitzer Date: Thu, 22 Jul 2021 12:06:24 +0200 Subject: [PATCH] =?UTF-8?q?Um=20Entropy=20zu=20verbesern=20wird=20Installa?= =?UTF-8?q?tion=20des=20rng-tools=20=C3=BCberpr=C3=BCft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/base_installation/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/base_installation/tasks/main.yml b/roles/base_installation/tasks/main.yml index 9997b9c..d6189cc 100644 --- a/roles/base_installation/tasks/main.yml +++ b/roles/base_installation/tasks/main.yml @@ -1,4 +1,12 @@ --- + - name: Install rng-tools + become_user: root + become: yes + yum: + name: + - rng-tools + state: present + tags: rng - name: Copy file bash_profile with owner and permissions bash_profile copy: src: ./files/bash_profile