Fix issues for installing radius-rives (baq package for postgresql-client)

This commit is contained in:
pz2891 2021-03-17 20:41:46 +01:00
parent 3de76b0ac7
commit 2952c39f70
2 changed files with 9 additions and 1 deletions

7
nuke_radius_dbs.yml Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: radius-*.adm.auro.re
roles:
- radius
vars:
nuke_radius: true

View file

@ -128,7 +128,8 @@
apt:
name:
- postgresql
- postgresql-client
- postgresql-client-11=11.7-0+deb10u1
force: yes
- name: Install postgresql ansible module requirement(s)
pip: