ansible/ci/ansible-review-base.yaml

15 lines
339 B
YAML
Raw Normal View History

- hosts: all
tasks:
- name: Install ansible-review
package:
name: python3-ansible-review
state: latest
- name: Install invocation script
copy:
src: ansible-review-filtered.sh
dest: /usr/local/bin/ansible-review-filtered.sh
owner: root
group: root
mode: '0755'