mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Shorted generic- to gen-
This commit is contained in:
		
							
								
								
									
										20
									
								
								roles/gen-shell/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								roles/gen-shell/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| --- | ||||
| - name: Ensure ~/.bash_profile sources ~/.profile | ||||
|   lineinfile: | ||||
|     path: "$HOME/.bash_profile" | ||||
|     line: '[ -f ~/.profile ] && . ~/.profile' | ||||
|     insertafter: EOF | ||||
|     state: present | ||||
|     create: yes | ||||
|     mode: "0644" | ||||
|   become: false | ||||
|  | ||||
| - name: Ensure ~/.zprofile sources ~/.profile | ||||
|   lineinfile: | ||||
|     path: "$HOME/.zprofile" | ||||
|     line: '[ -f ~/.profile ] && . ~/.profile' | ||||
|     insertafter: EOF | ||||
|     state: present | ||||
|     create: yes | ||||
|     mode: "0644" | ||||
|   become: false | ||||
		Reference in New Issue
	
	Block a user