From 911269fda64c66d2610f7b877fa9d57a47febf05 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 1 Jun 2020 12:24:25 +0100 Subject: baserock_frontend/instance-config.yml: Compatible with Ansible 2.9 --- baserock_frontend/instance-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baserock_frontend/instance-config.yml b/baserock_frontend/instance-config.yml index c1d3cfaf..1cebce31 100644 --- a/baserock_frontend/instance-config.yml +++ b/baserock_frontend/instance-config.yml @@ -5,7 +5,7 @@ --- - hosts: frontend-haproxy gather_facts: false - sudo: yes + become: yes tasks: - name: install SSL certificate copy: -- cgit v1.2.1