Commit 3debac48 by John Eskew

Debugging info only.

parent 13542972
......@@ -70,6 +70,10 @@
# want to provide more binaries add them to user_rbash_links
# which can be passed in as a parameter to the role.
#
- name: Which packages to install
debug:
var: user_debian_pkgs
- name: Install debian packages user role needs
apt:
name: "{{ item }}"
......
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