mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #29 from georgejhunt/menu
"remove menu from iiab" Am testing on Raspbian Lite right now and will revert if issues arise!
This commit is contained in:
		
						commit
						50b565afda
					
				
					 3 changed files with 0 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -7,4 +7,3 @@ dependencies:
 | 
			
		|||
    - { role: samba, tags: ['services','samba','options'], when: samba_install }
 | 
			
		||||
    - { role: usb-lib, tags: ['services','usb-lib','options'], when: usb_lib_install }
 | 
			
		||||
    - { role: cups, tags: ['services','cups','options'], when: cups_install }
 | 
			
		||||
    - { role: menu, tags: ['services','menu','options'], when: iiab_menu_install }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +0,0 @@
 | 
			
		|||
iiab_menu_url: https://github.com/tim-moody/iiab-menu
 | 
			
		||||
iiab_menu_dir: /opt/iiab/iiab-menu
 | 
			
		||||
iiab_menu_install: True
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1,14 +0,0 @@
 | 
			
		|||
- name: Download the latest menu repo
 | 
			
		||||
  git: repo={{ iiab_menu_url }}
 | 
			
		||||
       dest={{ iiab_menu_dir }}
 | 
			
		||||
       depth=1
 | 
			
		||||
       force=yes
 | 
			
		||||
#  ignore_errors: yes
 | 
			
		||||
  when: not no_network and iiab_menu_install
 | 
			
		||||
  tags:
 | 
			
		||||
    - download2
 | 
			
		||||
 | 
			
		||||
- name: copy the menu data to the active doc-root
 | 
			
		||||
  command: "{{ iiab_menu_dir }}/cp-menus"
 | 
			
		||||
  when: iiab_menu_install
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue