mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 04:31:22 +00:00
10 lines
209 B
YAML
10 lines
209 B
YAML
---
|
|
# Common scripts that rocky uses on nodes
|
|
- name: Lock Wrapper script
|
|
copy:
|
|
src: "usr/local/bin/lock-wrapper"
|
|
dest: "/usr/local/bin/lock-wrapper"
|
|
owner: root
|
|
group: root
|
|
mode: '0755'
|