print pwd
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Torma Kristóf 2022-05-28 20:37:56 +02:00
parent 03f62c876c
commit cfe6fc0be4
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
---
kind: pipeline
type: docker
name: ansible
@ -9,6 +10,7 @@ steps:
SSH_USER:
from_secret: SSH_USER
commands:
- echo "$PWD"
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
- name: check ansible syntax
@ -38,4 +40,5 @@ steps:
settings:
playbook: nightly.yaml
galaxy: requirements.yaml
inventory: inventory.yaml
inventory: inventory.yaml
...

View File

@ -3,4 +3,4 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=60s
[defaults]
forks=2
pipelining = True
strategy = free
strategy = free