Major Hayden d6930f1b04 Remove dashes from short tar params
Using dashes with tar's short parameters creates a bunch of extra logging
output and warnings.  This should greatly reduce logging output.

Change-Id: Icf9392c749e3f9731e5bc182a242a2bc11e440a9
2015-11-03 14:34:57 -06:00
..
2015-10-22 18:35:17 -05:00
2015-10-22 20:04:27 +00:00
2015-11-03 14:34:57 -06:00
2015-10-22 20:04:27 +00:00
2015-10-22 23:33:19 +00:00

OpenStack repo build

tags

openstack, repo, build, cloud, ansible

category

*nix

Role to deploy a repository build for both python packages and git sources.

- name: Setup repo builds
  hosts: repo_all
  user: root
  roles:
    - { role: "repo_build", tags: [ "repo-build" ] }