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.20 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.19 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.18 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.17 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.16 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.15 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.14 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.13 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.12 roles/qb.project/templates/bootstrap.yml.j2
qb-0.1.11 roles/qb.project/templates/bootstrap.yml.j2