Fix running as root
This commit is contained in:
parent
be9da43fb9
commit
d141b629c6
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- name: Copy pacup script
|
- name: Copy pacup script
|
||||||
|
become: true
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: pacup.sh
|
src: pacup.sh
|
||||||
dest: "/usr/local/bin/pacup"
|
dest: "/usr/local/bin/pacup"
|
||||||
|
|
Loading…
Reference in a new issue