[vim] Set mode with a string in Ansible tasks file for setting up vim
This commit is contained in:
		
							parent
							
								
									e0f813182a
								
							
						
					
					
						commit
						972d5f4524
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -19,7 +19,7 @@ | ||||||
|   ansible.builtin.file: |   ansible.builtin.file: | ||||||
|     path: "{{ ansible_local.xdg.state_home }}/vim" |     path: "{{ ansible_local.xdg.state_home }}/vim" | ||||||
|     owner: "{{ ansible_user_id }}" |     owner: "{{ ansible_user_id }}" | ||||||
|     mode: 0750 |     mode: "0750" | ||||||
|     state: directory |     state: directory | ||||||
| 
 | 
 | ||||||
| - name: "vim : Symlink runtime directory" | - name: "vim : Symlink runtime directory" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue