This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
zx_ansible_tools/ansible-supervision/roles/do-audit/tasks/main.yml
T
Antoine Ouvrard 3fe3b6e90a readd directory
2023-03-09 17:29:50 +01:00

11 lines
198 B
YAML

---
#- 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