From 76b464bab56a0afdafce8845d841158f529d0e3e Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 28 Aug 2019 01:13:32 -0300 Subject: [PATCH] arreglopuertos --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 23264d5..294066c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -55,7 +55,7 @@ ports: - "{% if wordpress_bind_port is not none %}\ {{ wordpress_bind_host+':' if not wordpress_bind_host is none else '' }}\ - {{ wordpress_bind_port }}:80{% endif %}" + {{ wordpress_bind_port }}:9000{% endif %}" - name: template nginx config copy: