update PATH in base setup role
This commit is contained in:
		
							parent
							
								
									e80e67821b
								
							
						
					
					
						commit
						f8fef3a0af
					
				@ -72,3 +72,9 @@
 | 
			
		||||
- name: Set timezone
 | 
			
		||||
  timezone:
 | 
			
		||||
    name: "{{ base_timezone }}"
 | 
			
		||||
 | 
			
		||||
- name: Ensure PATH is updated
 | 
			
		||||
  ansible.builtin.lineinfile:
 | 
			
		||||
    path: /etc/bash.bashrc
 | 
			
		||||
    line: 'export PATH=$HOME/.local/bin:$HOME/go/bin:/usr/sbin:$PATH'
 | 
			
		||||
    create: yes
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user