summaryrefslogtreecommitdiff
path: root/tasks/dependencies/fedora.yml
diff options
context:
space:
mode:
authorNikolaos Boutalas <nikolaos@boutalas.me>2023-08-08 17:01:52 +0300
committerNikolaos Boutalas <nikolaos@boutalas.me>2023-08-08 17:01:52 +0300
commit2d8782ec3d2a278679dd168ca94285fb265b5669 (patch)
tree882c43109dd584d1a504acde6c1a099116030b18 /tasks/dependencies/fedora.yml
parentfb28a48832d08788f7ac180220e3b684f81a2d4f (diff)
Support Fedora with ansible
Diffstat (limited to 'tasks/dependencies/fedora.yml')
-rw-r--r--tasks/dependencies/fedora.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks/dependencies/fedora.yml b/tasks/dependencies/fedora.yml
new file mode 100644
index 0000000..df554c6
--- /dev/null
+++ b/tasks/dependencies/fedora.yml
@@ -0,0 +1,6 @@
+- name: Install which
+ become: true
+ ansible.builtin.package:
+ name: which
+ tags:
+ - always