remove print
This commit is contained in:
parent
6670ffafa9
commit
39ae4ebef2
1 changed files with 0 additions and 3 deletions
|
@ -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 }}
|
||||||
|
|
Reference in a new issue