Sha256: 1493de5ba3dc8e16a0ec969124700b4b08c6f40a3aed512ec11cb153c51fa51f

Contents?: true

Size: 466 Bytes

Versions: 90

Compression:

Stored size: 466 Bytes

Contents

---
- name: bootstrap dev setup for {{ project_owner }}/{{ project_name }}
{% raw %}
  hosts: localhost
    
  tasks:
  - name: clone nrser/dev_setup repo
    git:
      repo: git@github.com:nrser/dev_setup.git
      dest: ./lib/dev_setup
      update: true
      version: master
      recursive: true
  
  - name: checkout master in all dev_setup submodules
    command: git submodule foreach git checkout master
    args:
      chdir: ./lib/dev_setup

{% endraw %}

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
qb-0.1.40 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.39 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.38 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.37 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.36 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.35 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.34 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.33 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.32 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.31 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.30 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.29 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.28 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.27 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.26 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.25 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.24 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.23 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.22 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.21 roles/qb.project/templates/bootstrap.yml.j2