Browse Source
libpam-dev didn't exist for some people so switching to libpam0g-dev instead
Justin Plock
11 years ago
No account linked to committer's email address
|
@@ -5,7 +5,7 @@
|
5
|
5
|
apt: pkg={{ item }} state=present
|
6
|
6
|
with_items:
|
7
|
7
|
- libqrencode3
|
8
|
|
- - libpam-dev
|
|
8
|
+ - libpam0g-dev
|
9
|
9
|
#- libpam-google-authenticator wasn't available in wheezy
|
10
|
10
|
|
11
|
11
|
- name: Download Google authenticator pam module
|