Commit c3bc185201f4

Vincent Demeester <vincent@sbr.pm>
2019-06-29 14:42:44
ansible: add more essentials packages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3baf9cd
Changed files (2)
roles
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
roles/dev/tasks/main.yml
@@ -33,3 +33,4 @@
   - podman
   - buildah
   - skopeo
+  - origin-clients