- name: Transfer and execute a script to install python.
hosts: all
sudo: yes
tasks:
- name: Copy the script
copy:
src: install_python.sh
dest: /home/perforce/install_python.sh
- name: Execute the script
script: /home/perforce/install_python.sh
become: yes
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #3 | 25529 | Robert Cowham |
Latest copy of files including docker compose setup. Merging //guest/robert_cowham/p4benchmark/pb/... to //guest/robert_cowham/p4benchmark/main/... |
||
| #2 | 24745 | Robert Cowham | Use global vars in hosts file | ||
| #1 | 24711 | Robert Cowham | Restructure and tidy up | ||
| //guest/robert_cowham/p4benchmark/main/install_python.yml | |||||
| #2 | 24686 | Robert Cowham | Getting it working - especially with Python3 | ||
| #1 | 21767 | Robert Cowham | add latest stuff with analyse | ||