mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #3050 from holta/rpi_model-fix-for-parallels
Fix Ansible rpi_model != "none" boolean test for Raspberry Pi hardware
This commit is contained in:
		
						commit
						b52c6c541b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -94,7 +94,7 @@ tmp=$(git rev-parse --verify HEAD) && | |||
| #tmp=$(cat /proc/device-tree/mfg-data/MN) && | ||||
| #    XO_MODEL=$tmp | ||||
| 
 | ||||
| tmp=$(cat /proc/device-tree/model) && | ||||
| tmp=$(grep -ai raspberry /proc/device-tree/model) && | ||||
|     RPI_MODEL=$tmp | ||||
| 
 | ||||
| tmp=$(ansible --version) && | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue