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

13 lines
253 B
YAML

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