Debugging the tests. Do not remove snapd from Ubuntu for now. Add some comments.

This commit is contained in:
2021-02-01 05:15:45 -06:00
parent 49035d6712
commit 922d0cfe82
3 changed files with 16 additions and 1 deletions
tasks
freebsd
software
general
acct_mgmt
software

@ -1,5 +1,5 @@
---
# Extra SSH keys
# SSH keys for day-to-day system usage.
- name: Create Root's SSH Key
openssh_keypair:
@ -7,9 +7,15 @@
- name: TEST DELETEME 1
shell: echo `whoami`
register: test1
- debug: test1
- name: TEST DELETEME 2
shell: echo `pwd`
register: test2
- debug: test2
- name: Join System to 1337 Share
shell: echo "ssh-copy-id -f ling@leet"