|
|
@ -5,7 +5,7 @@ |
|
|
|
name: cppjit |
|
|
|
name: cppjit |
|
|
|
state: build |
|
|
|
state: build |
|
|
|
# command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp |
|
|
|
# command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp |
|
|
|
async: 3600 |
|
|
|
async: 1200 |
|
|
|
poll: 5 |
|
|
|
poll: 5 |
|
|
|
|
|
|
|
|
|
|
|
- name: update Go client |
|
|
|
- name: update Go client |
|
|
@ -14,7 +14,7 @@ |
|
|
|
name: go |
|
|
|
name: go |
|
|
|
state: build |
|
|
|
state: build |
|
|
|
# command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go |
|
|
|
# command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go |
|
|
|
async: 3600 |
|
|
|
async: 1200 |
|
|
|
poll: 5 |
|
|
|
poll: 5 |
|
|
|
|
|
|
|
|
|
|
|
- name: update Python client |
|
|
|
- name: update Python client |
|
|
|