Skip to content

Commit

Permalink
fix: updates broken package name for Github CLI clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Sep 23, 2022
1 parent b00959b commit 07bccc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/development/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@

- name: remmove the Github CLI repository
apt_repository:
repo: deb https://cli.github.com/packages focal main"
repo: deb https://cli.github.com/packages focal main
state: absent
tags:
- github
- git
- clean-legacy

- name: "remove the legacy install of Github CLI"
- name: remove the legacy install of Github CLI
apt:
name: gh
state: absent
Expand All @@ -171,7 +171,7 @@
- name: install linux tools for git
apt:
name: "{{ packages }}"
state: "latest"
state: latest
vars:
packages:
- git
Expand Down

0 comments on commit 07bccc9

Please sign in to comment.