zuul/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/synchronize-bad-push.yaml

13 lines
253 B
YAML

- hosts: all
tasks:
- name: Execute common-copy role
include_role:
name: common-copy
- name: Test push mode
synchronize:
dest: "{{ destdir.path }}/"
mode: push
src: "/tmp"
verify_host: true