summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/roles/master-prerequisites/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/playbooks/roles/master-prerequisites/tasks/main.yaml')
-rw-r--r--deployment/playbooks/roles/master-prerequisites/tasks/main.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/playbooks/roles/master-prerequisites/tasks/main.yaml b/deployment/playbooks/roles/master-prerequisites/tasks/main.yaml
new file mode 100644
index 00000000..de9230d1
--- /dev/null
+++ b/deployment/playbooks/roles/master-prerequisites/tasks/main.yaml
@@ -0,0 +1,6 @@
+---
+- name: Install git
+ package:
+ name: git
+ state: latest
+ when: not (openshift.common.is_atomic | default(openshift_is_atomic)) | bool