More new stuff

This commit is contained in:
2025-01-27 17:32:23 -05:00
parent 7a93d8d72a
commit 6eedbd74e0
13 changed files with 231 additions and 4 deletions

12
check_file.yml Normal file
View File

@ -0,0 +1,12 @@
---
- 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