Migrates Apex to Python
[apex.git] / apex / tests / smoke_tests / execute_tests.yml
1 ---
2 - hosts: all
3   become: yes
4   become_method: sudo
5   become_user: root
6
7   tasks:
8    - name: Copy execute_smoke_tests.sh
9      copy: src=execute_smoke_tests.sh dest=~/execute_smoke_tests.sh mode=0755
10    - name: Execute Tests
11      command: sh ~/execute_smoke_tests.sh | tee ~/unit_tests.out