mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[fas2discourse] Install missing git package
The playbook is complaining about git command missing, let's install it then.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user