]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
container-host: Ensure git is installed 632/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 11 Jun 2021 15:30:22 +0000 (11:30 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 15 Jun 2021 16:33:41 +0000 (12:33 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/container-host/tasks/container_mirror.yml

index 254e21c76557cd375b4739af5527deed1975be3d..72ced9abdf31788cd0361bc5e32cf40c644c5c9f 100644 (file)
     content: "{{ container_mirror_cert }}"
   with_items: "{{ container_mirror_cert_paths }}"
 
+- name: Ensure git is installed
+  package:
+    name: git
+    state: present
+  tags:
+    - registries-conf-ctl
+
 - name: Install registries-conf-ctl 
   pip:
     name: git+https://github.com/sebastian-philipp/registries-conf-ctl