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