home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5d85e94c8daccd3edb77e80d15d3e1dcf0f2d9c8
parent 95bc329ca04dd1b151c98be12c54d4179892ccf5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 28 Jun 2019 19:13:20 +0200

ansible: update default fedora essentials

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mbootstrap.sh | 2++
Mroles/common/tasks/install-fedora-essentials.yml | 5+++--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bootstrap.sh b/bootstrap.sh @@ -74,6 +74,8 @@ EOF run_home-manager echo ". \"$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh\"" >> $HOME/.bashrc . $HOME/.bashrc + dnf copr enable evana/fira-code-fonts + dnf install fira-code-fonts echo "> install ansible" sudo dnf install -y ansible echo "> run playbook" diff --git a/roles/common/tasks/install-fedora-essentials.yml b/roles/common/tasks/install-fedora-essentials.yml @@ -3,4 +3,5 @@ become: yes package: name={{item}} state=present with_items: - - python3-psutil- \ No newline at end of file + - python3-psutil + - util-linux-user+ \ No newline at end of file