add qrencode package

This commit is contained in:
Ruben Blanco 2024-05-09 17:56:41 +02:00
parent 48a9aa58e8
commit 06bd41d0ba
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# install packages if there are not present in the system # 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: apt:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
@ -12,6 +12,7 @@
- freeradius - freeradius
- freeradius-ldap - freeradius-ldap
- libpam-google-authenticator - libpam-google-authenticator
- qrencode
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++