update
This commit is contained in:
7
ansible/scripts/configure_systemd.yml
Normal file
7
ansible/scripts/configure_systemd.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Enable Systemd Services
|
||||
ansible.builtin.systemd_service:
|
||||
name: "{{ item }}"
|
||||
state: started
|
||||
enabled: true
|
||||
with_items: "{{ systemd_service }}"
|
||||
when: systemd_service is defined
|
||||
Reference in New Issue
Block a user