Zack Williams | a3e4056 | 2016-07-05 12:05:39 -0700 | [diff] [blame] | 1 | --- |
2 | # test-client-install/tasks/main.yml | ||||
3 | |||||
4 | - name: Copy over test-client ansible playbook | ||||
5 | copy: | ||||
6 | src=test-client-playbook.yml | ||||
7 | dest={{ ansible_user_dir }}/test-client-playbook.yml | ||||
8 | |||||
9 | - name: Run the test-client ansible playbook | ||||
10 | command: ansible-playbook {{ ansible_user_dir }}/test-client-playbook.yml | ||||
11 | async: 3600 | ||||
12 | poll: 0 | ||||
13 | register: test_client_playbook | ||||
14 |