quick_test/check_file.yml
2025-01-27 17:32:23 -05:00

13 lines
229 B
YAML

---
- name: Something
hosts: temp
become: false
gather_facts: true
tasks:
- name: Kill the conf file
ansible.builtin.file:
path: /var/ipe/ipu/el7to8/bigboot_disabled_services.log
state: absent