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.60 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.59 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.58 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.57 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.56 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.55 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.54 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.53 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.52 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.51 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.50 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.49 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.48 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.47 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.46 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.45 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.44 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.43 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.42 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.41 roles/qb.project/templates/bootstrap.yml.j2