Use https URL for git-issue pip package

This commit is contained in:
Kenneth Benzie 2021-11-05 15:21:00 +00:00
parent 2473202cd8
commit e2218750fa

View File

@ -13,7 +13,7 @@
state: latest state: latest
- name: Intall git pip packages - name: Intall git pip packages
pip: pip:
name: git+ssh://git@github.com/kbenzie/git-issue.git name: git+https://github.com/kbenzie/git-issue.git
extra_args: --user extra_args: --user
state: latest state: latest
- name: Create git symbolic links - name: Create git symbolic links