Compare commits
	
		
			1 Commits
		
	
	
		
			1.0.8
			...
			c57840bb11
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c57840bb11 | 
| @@ -23,8 +23,8 @@ | |||||||
|     state: 'absent' |     state: 'absent' | ||||||
|     block: '{{ tmux_global_config_resurrect }}' |     block: '{{ tmux_global_config_resurrect }}' | ||||||
|  |  | ||||||
| - name: 'If ''{{ tmux_global_config_file }}'' is 0 bytes delete it' | - name: 'If ''{{ tmux_global_config_file }}'' exists and is 0 bytes delete it' | ||||||
|   when: 'role_common_packages__tmux_global_config_file_stats.stat.size == 0' |   when: '(role_common_packages__tmux_global_config_file_stats.stat.exists) and (role_common_packages__tmux_global_config_file_stats.stat.size == 0)' | ||||||
|   ansible.builtin.file: |   ansible.builtin.file: | ||||||
|     path: '{{ tmux_global_config_file }}' |     path: '{{ tmux_global_config_file }}' | ||||||
|     state: 'absent' |     state: 'absent' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user