diff --git a/roles/common/tasks/google_auth.yml b/roles/common/tasks/google_auth.yml index b95bf779..d313afb1 100644 --- a/roles/common/tasks/google_auth.yml +++ b/roles/common/tasks/google_auth.yml @@ -5,7 +5,7 @@ apt: pkg={{ item }} state=present with_items: - libqrencode3 - - libpam-dev + - libpam0g-dev #- libpam-google-authenticator wasn't available in wheezy - name: Download Google authenticator pam module