This commit is contained in:
		@@ -13,7 +13,7 @@ steps:
 | 
			
		||||
    SSH_KEY:
 | 
			
		||||
      from_secret: SSH_KEY
 | 
			
		||||
  commands:
 | 
			
		||||
    - echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
 | 
			
		||||
    - ansible-galaxy collection install -r requirements.yaml
 | 
			
		||||
    - echo "$SSH_KEY" > $PWD/id_rsa
 | 
			
		||||
    - chmod 0600 $PWD/id_rsa
 | 
			
		||||
    - ansible-playbook -i inventory.yaml nightly.yaml
 | 
			
		||||
...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user