From 527dfb54645ba026f9142c930a4fe102182f35fe Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 6 Jun 2022 11:15:48 +0200 Subject: [PATCH] Use `become` to run as root, not `sudo` Fixes "conflicting action statements" error with Ansible 2.10.5 Closes #28 --- download_compile_run.ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_compile_run.ansible.yml b/download_compile_run.ansible.yml index 4e77210..5ad1fde 100644 --- a/download_compile_run.ansible.yml +++ b/download_compile_run.ansible.yml @@ -17,7 +17,7 @@ - libboost-system-dev - libboost-thread-dev - libboost-serialization-dev - sudo: yes + become: yes tags: - packages