[fas2discourse] Install missing git package

The playbook is complaining about git command missing, let's install it then.
This commit is contained in:
Michal Konecny
2025-07-01 19:05:25 +02:00
parent b4a80bed38
commit d66dff49a1

View File

@@ -8,6 +8,11 @@
mode: "0770"
recurse: yes
- name: Install needed packages
ansible.builtin.package:
name: git
state: present
- include_tasks: create-operator-namespace.yml
- include_tasks: create-keytab-secret.yml
- include_tasks: create-discourse-apikey-secret.yml