509880073e
This is no longer present in Ansible 9. Removing these upsets ansible-lint, so those errors are ignored. The base roles job has bitrotted on centos-7 and bionic due to a bad voluptuous release used in an stestr test. That is fixed in this change as well. Change-Id: I67886d5ad82ab590979f82bd102d6f974b9d4421
8 lines
187 B
YAML
8 lines
187 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Setup file
|
|
command: stack new new-project
|
|
|
|
- name: Copy file over zuul-jobs
|
|
command: rsync -a new-project/ "{{ zuul.project.src_dir }}/"
|