This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/remove_ansible_block.yml

7 lines
140 B
YAML
Raw Normal View History

2019-09-03 21:04:43 +08:00
- hosts: all
tasks:
- name: "remove all ansible manange block"
blockinfile:
dest: "/etc/rc.d/rc.local"
state: absent