From 9faee9bd5a5650f8b0a2e2e3547a367003c144bf Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 18 Jan 2016 13:04:31 +0100 Subject: [PATCH] Replace deprecated "sudo" with "become" --- tasks/oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/oci.yml b/tasks/oci.yml index c31c810..9f57548 100644 --- a/tasks/oci.yml +++ b/tasks/oci.yml @@ -25,7 +25,7 @@ - name: "PHP | OCI | Make available Oracle InstantClient" command: scp -r {{ repository }}{{ item }} /tmp/ - sudo: no + become: no with_items: - instantclient_11_2 - oracle_x64_11_2_0_3_0_oci8_so -- GitLab