Skip to content

Commit

Permalink
feat: remove task - Add git apt repository (#44)
Browse files Browse the repository at this point in the history
This task is failing, so we are trying to remove it.

It was added 8 years ago to get GitHub version 1.7.10 or later. Presumably this is no longer needed.

3 years ago we added updating the cache, which could still
potentially be needed, but hopefully not.
  • Loading branch information
robrap authored Jun 20, 2024
1 parent 4ef1a56 commit 8004527
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions playbooks/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@
path: /home/vagrant
register: vagrant_home_dir

# Ensure that we get a current version of Git
# GitHub requires version 1.7.10 or later
# https://help.github.com/articles/https-cloning-errors
- name: Add git apt repository
apt_repository:
repo: "{{ common_git_ppa }}"
update_cache: yes
register: add_repo
until: add_repo is success
retries: 10
delay: 5
when: ansible_distribution in common_debian_variants

# Ensure that we can install old software if need be.
- name: Add edX PPA apt key
apt_key:
Expand Down

0 comments on commit 8004527

Please sign in to comment.