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