Fix running as root

This commit is contained in:
Anthony Rose 2021-05-24 19:12:05 +01:00
parent be9da43fb9
commit d141b629c6

View file

@ -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"