Sha256: c2d88534c5468e4edbfeea31d8430cb9f45a22c45fd4e5b7319ba50a2bfda0f4
Contents?: true
Size: 386 Bytes
Versions: 96
Compression:
Stored size: 386 Bytes
Contents
--- # create a new npm package to hack - name: add everything command: git add --all . args: chdir: "{{ qb_dir }}" - name: 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
96 entries across 96 versions & 1 rubygems