github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/copy-inspector.yaml (about) 1 --- 2 - name: "Copy Kismatic Inspector" 3 hosts: all 4 any_errors_fatal: true 5 become: yes 6 vars_files: 7 - group_vars/all.yaml 8 9 tasks: 10 - name: copy Kismatic Inspector to node 11 copy: 12 src: "{{ kismatic_preflight_checker }}" 13 dest: "{{ bin_dir }}/kismatic-inspector" 14 mode: 0744