remove print

This commit is contained in:
Pim Kunis 2022-11-26 02:00:55 +01:00
parent 6670ffafa9
commit 39ae4ebef2

View file

@ -17,9 +17,6 @@
- name: Check login shell - name: Check login shell
setup: setup:
fact_path: "{{ role_path }}/facts" fact_path: "{{ role_path }}/facts"
- name: Print all available facts
ansible.builtin.debug:
var: ansible_facts
- name: Set default shell to zsh - name: Set default shell to zsh
become: true become: true
shell: usermod -s $(which zsh) {{ ansible_user_id }} shell: usermod -s $(which zsh) {{ ansible_user_id }}