Browse Source

Merge pull request #207 from jplock/jp-fix-libpam-dev

Use libpam0g-dev instead of libpam-dev
Luke Cyca 10 years ago
parent
commit
a88b465aff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/tasks/google_auth.yml

+ 1
- 1
roles/common/tasks/google_auth.yml View File

@@ -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

Loading…
Cancel
Save