commit c3bc185201f4c8cb50ee5f3ce13a622e8433c5e0 parent 3baf9cd6b3a2e0e7c9367c90077d0cee6b67a2e0 Author: Vincent Demeester <vincent@sbr.pm> Date: Sat, 29 Jun 2019 14:42:44 +0200 ansible: add more essentials packages Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | roles/common/tasks/install-fedora-essentials.yml | | | 6 | ++++-- |
M | roles/dev/tasks/main.yml | | | 1 | + |
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/roles/common/tasks/install-fedora-essentials.yml b/roles/common/tasks/install-fedora-essentials.yml @@ -4,4 +4,6 @@ package: name={{item}} state=present with_items: - python3-psutil - - util-linux-user- \ No newline at end of file + - util-linux-user + - oathtool + - lm_sensors+ \ No newline at end of file diff --git a/roles/dev/tasks/main.yml b/roles/dev/tasks/main.yml @@ -33,3 +33,4 @@ - podman - buildah - skopeo + - origin-clients