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.3.12 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.11 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.10 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.9 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.8 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.7 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.6 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.5 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.4 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.3 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.2 roles/qb.project/templates/bootstrap.yml.j2
qb-0.3.1 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.88 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.87 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.86 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.85 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.84 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.83 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.82 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.81 roles/qb.project/templates/bootstrap.yml.j2