readd directory

This commit is contained in:
Antoine Ouvrard
2023-03-09 17:29:50 +01:00
parent be5eb0822b
commit 3fe3b6e90a
23 changed files with 1016 additions and 0 deletions
@@ -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