More new stuff
This commit is contained in:
12
check_file.yml
Normal file
12
check_file.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user