From 8e6ed730b146342f7fa3c6cb424c8bba0be7711d Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Wed, 9 Jun 2021 15:37:46 +0200 Subject: [PATCH] centos8 --- ansible_apache_formation/tasks/apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_apache_formation/tasks/apache.yml b/ansible_apache_formation/tasks/apache.yml index 7d15a0a..7325121 100644 --- a/ansible_apache_formation/tasks/apache.yml +++ b/ansible_apache_formation/tasks/apache.yml @@ -39,7 +39,7 @@ - name: install python passlib package package: - name: python-passlib + name: python3-passlib state: present - name: passwd file