make sure pkgs02 has tar and python2 installed
This commit is contained in:
parent
4136ea34a1
commit
0082dc0996
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
---
|
||||
# tasklist for setting up the Git checkout seed
|
||||
|
||||
- name: make sure packages needed are installed
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- tar
|
||||
- python2
|
||||
|
||||
- name: create the destination directory
|
||||
file: dest=/srv/git_seed owner=root group=root mode=0755 state=directory
|
||||
when: env != 'staging'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue