Skip to content
Snippets Groups Projects
Commit 9faee9bd authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace deprecated "sudo" with "become"

parent 9a9898f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment