From 23f8196abab5feaba96f930521ffbd3e6706ecb6 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 25 Feb 2021 23:04:44 +0100 Subject: [PATCH] remove powerline status install --- tasks/base_software.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tasks/base_software.yml b/tasks/base_software.yml index a47a3a0..2e75bac 100644 --- a/tasks/base_software.yml +++ b/tasks/base_software.yml @@ -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 \ No newline at end of file + become: yes