Debugging the tests. Do not remove snapd from Ubuntu for now. Add some comments.
This commit is contained in:
parent
49035d6712
commit
922d0cfe82
@ -1,4 +1,5 @@
|
||||
---
|
||||
# Provide FreeBSD with a DE.
|
||||
|
||||
- name: Install FreeBSD UI Software
|
||||
package:
|
||||
|
@ -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"
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
# Cross-platform package management.
|
||||
|
||||
- name: Install Repo Software
|
||||
package:
|
||||
@ -14,5 +15,12 @@
|
||||
package:
|
||||
name:
|
||||
- cowsay # Sorry ;)
|
||||
state: absent
|
||||
|
||||
# TODO: Confirm if Ubuntu still uses snap for critical UI components like GNOME.
|
||||
- name: Remove Repo Software
|
||||
package:
|
||||
name:
|
||||
- snapd
|
||||
state: absent
|
||||
when: ansible_distribution != "Ubuntu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user