remove powerline status install

This commit is contained in:
vincent 2021-02-25 23:04:44 +01:00
parent f7ccb079a0
commit 23f8196aba

View File

@ -39,11 +39,6 @@
become: yes
when: ansible_facts['os_family'] == "Debian"
- name: install powerline status via pip
pip:
name: powerline-status # not required. The name of a Python library to install or the url(bzr+,hg+,git+,svn+) of the remote package.,This can be a list (since 2.2) and contain version specifiers (since 2.7).
extra_args: --user
- name: GITHUB | Get current version of bat
shell: >
@ -74,4 +69,4 @@
name: "{{user.name}}" # required. Name of the user to create, remove or modify.
shell: /bin/zsh # not required. Optionally set the user's shell.,On macOS, before version 2.5, the default shell for non-system users was /usr/bin/false. Since 2.5, the default shell for non-system users on macOS is /bin/bash.
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
become: yes
become: yes