Whitespace fix
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
				
			|||||||
  file:
 | 
					  file:
 | 
				
			||||||
    path: "{{ item }}"
 | 
					    path: "{{ item }}"
 | 
				
			||||||
    state: "{{ rsyslog_archival_format_enabled | ternary('absent', 'file') }}"
 | 
					    state: "{{ rsyslog_archival_format_enabled | ternary('absent', 'file') }}"
 | 
				
			||||||
  when: rsyslog_archival_format_enabled and st.stat.exists and  st.stat.isreg
 | 
					  when: rsyslog_archival_format_enabled and st.stat.exists and st.stat.isreg
 | 
				
			||||||
  with_items:
 | 
					  with_items:
 | 
				
			||||||
    - /var/log/syslog
 | 
					    - /var/log/syslog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user