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.
|
||||
|
||||
- name: Copy pacup script
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
src: pacup.sh
|
||||
dest: "/usr/local/bin/pacup"
|
||||
|
|
Loading…
Reference in a new issue