add qrencode package
This commit is contained in:
parent
48a9aa58e8
commit
06bd41d0ba
|
@ -4,7 +4,7 @@
|
|||
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
# install packages if there are not present in the system
|
||||
- name: install freeradius packages if is not in the system
|
||||
- name: install packagesfor freeradiusotp if is not in the system
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
|
@ -12,6 +12,7 @@
|
|||
- freeradius
|
||||
- freeradius-ldap
|
||||
- libpam-google-authenticator
|
||||
- qrencode
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
|
Loading…
Reference in New Issue