summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2020-06-01 12:24:25 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2020-06-01 12:24:25 +0100
commit911269fda64c66d2610f7b877fa9d57a47febf05 (patch)
tree82dcdb12f385e4c0ff237c74e8bec70a9f227f81
parente098de9854866b64d893db1e52fec8695b060a64 (diff)
downloadinfrastructure-911269fda64c66d2610f7b877fa9d57a47febf05.tar.gz
baserock_frontend/instance-config.yml: Compatible with Ansible 2.9
-rw-r--r--baserock_frontend/instance-config.yml2
1 files changed, 1 insertions, 1 deletions
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: