Преглед изворни кода

libpam-dev didn't exist for some people so switching to libpam0g-dev instead

Justin Plock пре 11 година
родитељ
комит
ed75c9469b
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      roles/common/tasks/google_auth.yml

+ 1
- 1
roles/common/tasks/google_auth.yml Прегледај датотеку

5
   apt: pkg={{ item }} state=present
5
   apt: pkg={{ item }} state=present
6
   with_items:
6
   with_items:
7
     - libqrencode3
7
     - libqrencode3
8
-    - libpam-dev
8
+    - libpam0g-dev
9
     #- libpam-google-authenticator    wasn't available in wheezy
9
     #- libpam-google-authenticator    wasn't available in wheezy
10
 
10
 
11
 - name: Download Google authenticator pam module
11
 - name: Download Google authenticator pam module

Loading…
Откажи
Сачувај