Issue 52 (#53)
* add fact scan * add fact scan * update patching role * dont ask limit * add become
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: "{{ HOSTS }}"
|
||||
become: yes
|
||||
vars:
|
||||
service_name: undef
|
||||
|
||||
@@ -11,4 +12,4 @@
|
||||
service:
|
||||
name: "{{ service_name }}"
|
||||
state: stopped
|
||||
when: service_name + '.service' in services
|
||||
when: service_name + '.service' in services
|
||||
|
||||
Reference in New Issue
Block a user