Compare commits
No commits in common. "b1129a164dca1859bef1ef7a2043cbe897af37ca" and "3e743d6757913d56e251f29c4f56f1762e9b764c" have entirely different histories.
b1129a164d
...
3e743d6757
14
tasks.yaml
14
tasks.yaml
@ -1,19 +1,19 @@
|
||||
---
|
||||
- name: zsh install packages
|
||||
become: '{{package_become}}'
|
||||
package:
|
||||
name: zsh
|
||||
state: present
|
||||
|
||||
- name: zsh install Debian packages
|
||||
when: ansible_os_family == "Debian"
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- zsh-doc
|
||||
- pinentry-curses
|
||||
- unzip
|
||||
name: '{{item}}'
|
||||
state: present
|
||||
become: true
|
||||
with_items:
|
||||
- zsh-doc
|
||||
- pinentry-curses
|
||||
- unzip
|
||||
|
||||
- name: zsh clone plugin repos
|
||||
git:
|
||||
@ -80,7 +80,7 @@
|
||||
dest: ~/.local/bin/$
|
||||
|
||||
- name: zsh get absolute path
|
||||
shell: command -v zsh
|
||||
shell: which zsh
|
||||
register: zsh
|
||||
changed_when: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user