Removed in favor of systemd.yml

This commit is contained in:
2023-11-26 13:12:09 +05:30
parent db40c6bf48
commit 4558567322

View File

@@ -1,13 +0,0 @@
---
- hosts: all
become: true
vars_prompt:
- name: service
prompt: "Name of service to be started and enabled"
private: no
tasks:
- name: Enable a service
systemd:
name: "{{ service }}"
enabled: yes
state: started