mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Install DokuWiki
 | |
|   include_tasks: install.yml
 | |
|   when: dokuwiki_install | bool and not dokuwiki_installed is defined
 | |
| 
 | |
| - name: Enable DokuWiki
 | |
|   include_tasks: enable.yml
 | |
|   when: dokuwiki_install | bool or dokuwiki_installed is defined
 |