Skip to content

Commit

Permalink
removed task for installing git-core
Browse files Browse the repository at this point in the history
the playbook in this repo is meant to run from an EE using automation
controller when bootstrapping product demos, so git should already be
available given the dependency between ansible-core and git-core
  • Loading branch information
jce-redhat committed Oct 23, 2024
1 parent bbbe35c commit b6caf38
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions install_product_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@

vars:
controller_postinstall_repo_url: https://github.com/ansible/product-demos-postinstall.git
controller_poistinstall_repo_ref: main
controller_postinstall_repo_ref: main
controller_postinstall_dir: '{{ playbook_dir }}/product-demos-postinstall'
controller_postinstall_ignore_files: []

tasks:
- name: Ensure the git binary is available
ansible.builtin.package:
name: git-core
become: true

- name: Check out product-demos-postinstall repo
ansible.builtin.git:
repo: '{{ controller_postinstall_repo_url }}'
Expand Down

0 comments on commit b6caf38

Please sign in to comment.