mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #312 from holta/master
workaround enables WordPress playbook offline
This commit is contained in:
		
						commit
						3ea42563d1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -5,6 +5,7 @@
 | 
			
		|||
 | 
			
		||||
- name: Copy it to permanent location /library
 | 
			
		||||
  unarchive: src={{ wp_download_output.dest }}  dest=/library
 | 
			
		||||
  when: internet_available
 | 
			
		||||
 | 
			
		||||
- name: Rename /library/wordpress* to /library/wordpress
 | 
			
		||||
  shell: if [ ! -d {{ wp_abs_path }} ]; then mv {{ wp_abs_path }}* {{ wp_abs_path }}; fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue