maybe we don't need more python?
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
				
			This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/infra.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/infra.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -24,16 +24,15 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }} |           fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }} | ||||||
|  |  | ||||||
|       - name: Setup Python |       # - name: Setup Python | ||||||
|         uses: actions/setup-python@v4 |       #   uses: actions/setup-python@v4 | ||||||
|         with: |       #   with: | ||||||
|           python-version: "3.11" |       #     python-version: "3.11" | ||||||
|  |  | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           pip3 install -r requirements.txt |           pip3 install -r requirements.txt | ||||||
|           ansible-galaxy collection install community.general |           ansible-galaxy collection install community.general | ||||||
|           id |  | ||||||
|  |  | ||||||
|       - name: Check playbooks |       - name: Check playbooks | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| - name: Provision joplin Proxmox VM | - name: Provision joplin Proxmox VM | ||||||
|   hosts: localhost |   hosts: joplin  | ||||||
|   connection: ansible.builtin.local |   connection: ansible.builtin.local | ||||||
|   gather_facts: false |   gather_facts: false | ||||||
|   vars: |   vars: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user