commit a4b704406dd78699b736676bbe00758c2e09333d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Nov 20 17:29:31 2018 +0100
Refresh fas_server
roles/fas_server/tasks/main.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml
index 04ccfcf..592e62f 100644
--- a/roles/fas_server/tasks/main.yml
+++ b/roles/fas_server/tasks/main.yml
@@ -2,9 +2,10 @@
# Tasks to set up fas_server
- name: install needed packages
- yum: pkg={{ item }} state=installed
+ package: name={{ item }} state=present
with_items:
- fas
+ - fas-plugin-yubikey
- python-turbojson
- python-tgcaptcha
- httpd
@@ -16,8 +17,7 @@
- fas
- name: install needed packages
- when: env == "staging"
- yum: pkg={{ item }} state=installed
+ package: name={{ item }} state=present
with_items:
- krb5-workstation
- python-requests-kerberos
Show replies by date