Whitespace cleanup to get in sync with AniNIX/Uniglot hooks
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
--- 
 | 
			
		||||
 
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 - name: Sharingan data packages
 | 
			
		||||
   become: yes
 | 
			
		||||
   package:
 | 
			
		||||
     state: present
 | 
			
		||||
     name: 
 | 
			
		||||
     name:
 | 
			
		||||
       - syslog-ng
 | 
			
		||||
       - monit
 | 
			
		||||
       - monitoring-plugins
 | 
			
		||||
@@ -18,13 +18,13 @@
 | 
			
		||||
 - name: Sharingan-Data include apps dir
 | 
			
		||||
   become: yes
 | 
			
		||||
   register: base_config
 | 
			
		||||
   lineinfile: 
 | 
			
		||||
   lineinfile:
 | 
			
		||||
     path: /etc/syslog-ng/syslog-ng.conf
 | 
			
		||||
     line: "{{ item }}"
 | 
			
		||||
   loop: 
 | 
			
		||||
   loop:
 | 
			
		||||
     - '# Allow compartmentalization of config'
 | 
			
		||||
     - '@include "apps.d/*.conf"'
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 - name: Sharingan-Data conf
 | 
			
		||||
   become: yes
 | 
			
		||||
   template:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user