13 lines
229 B
YAML
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
|
|
|