Sha256: 75a5c136a13d5b68a1d122ca6373f8672c144c306961a2a10547b37efe39b00f

Contents?: true

Size: 390 Bytes

Versions: 6

Compression:

Stored size: 390 Bytes

Contents

---
# create a new npm package to hack
- name: add everything 
  command: git add --all .
  args:
    chdir: "{{ qb_dir }}"

- name: add commit everything 
  command: git commit -m "init"
  args:
    chdir: "{{ qb_dir }}"
  
- name: push
  command: git push --set-upstream origin master
  args:
    chdir: "{{ qb_dir }}"

- name: remove it
  file:
    path: "{{ qb_dir }}"
    state: absent

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
qb-0.1.23 roles/qb.hack_npm/tasks/create.yml
qb-0.1.22 roles/qb.hack_npm/tasks/create.yml
qb-0.1.21 roles/qb.hack_npm/tasks/create.yml
qb-0.1.20 roles/qb.hack_npm/tasks/create.yml
qb-0.1.19 roles/qb.hack_npm/tasks/create.yml
qb-0.1.18 roles/qb.hack_npm/tasks/create.yml