From cbbdba053e9eca935ad80eb35e0ede4bb84776df Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 29 Sep 2019 17:11:10 +0200 Subject: Add pogojig template zip packing --- gerboweb/deploy/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gerboweb/deploy/playbook.yml') diff --git a/gerboweb/deploy/playbook.yml b/gerboweb/deploy/playbook.yml index 6d558d3..0d16d7f 100644 --- a/gerboweb/deploy/playbook.yml +++ b/gerboweb/deploy/playbook.yml @@ -12,7 +12,7 @@ - name: Install host requisites dnf: - name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,libselinux-python,git,iptables-services,python3-pycryptodomex + name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,libselinux-python,git,iptables-services,python3-pycryptodomex,zip state: latest - name: Disable password-based root login -- cgit