Commit b24d4d38 by John Jarvis

adding packages for repo script

parent 6c3a7cf4
---
- name: gh_mirror | install debian packages {{ gh_mirror_debian_pkgs }}
apt: pkg={{','.join(gh_mirror_debian_pkgs)}} state=present
- name: gh_mirror | create gh_mirror user
user: >
name={{ gh_mirror_user }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment