readd directory
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
#- name: set script
|
||||
# ansible.builtin.copy:
|
||||
# src: get_info.sh
|
||||
# dest: /root/tmp.sh
|
||||
# mode: 0700
|
||||
|
||||
- name: delete script
|
||||
ansible.builtin.file:
|
||||
path: /root/tmp.sh
|
||||
state: absent
|
||||
Reference in New Issue
Block a user