Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit 011b12a

Browse files
ramirojarshwah
authored andcommitted
Update deadsnakes PPA URL. (#29)
* Update deadsnakes PPA URL. * Need to update the apt repo signing key too. * Fix PGP key ID for real.
1 parent ee93b73 commit 011b12a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/python/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
- name: add snake repo signing key
66
become: yes
7-
apt_key: id=DB82666C
8-
url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x5BB92C09DB82666C
7+
apt_key: id=6A755776
8+
url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xBA6932366A755776
99
state=present
1010

1111
- name: add snake repository
1212
become: yes
13-
apt_repository: repo='ppa:fkrull/deadsnakes' state=present
13+
apt_repository: repo='ppa:deadsnakes/ppa' state=present
1414

1515
- name: install Python
1616
become: yes

0 commit comments

Comments
 (0)