Minor reliability fixes

master
Lukas Bestle 6 years ago
parent 6e51847eb4
commit f5da6428eb
Signed by: lukas
GPG Key ID: 692037D104550FC9

@ -2,8 +2,9 @@
- name: Install Homebrew - name: Install Homebrew
git: git:
repo: "https://github.com/Homebrew/brew.git" repo: "https://github.com/Homebrew/brew.git"
version: master
dest: "{{ ansible_facts.env.HOME }}/.linuxbrew" dest: "{{ ansible_facts.env.HOME }}/.linuxbrew"
version: master
update: no
notify: Opt out from Homebrew analytics notify: Opt out from Homebrew analytics
- name: Install Homebrew formulae - name: Install Homebrew formulae

@ -32,12 +32,7 @@
state: absent state: absent
loop: loop:
- "{{ ansible_facts.env.HOME }}/.bash_history" - "{{ ansible_facts.env.HOME }}/.bash_history"
- "{{ ansible_facts.env.HOME }}/.bash_logout"
- "{{ ansible_facts.env.HOME }}/.bash_profile"
- "{{ ansible_facts.env.HOME }}/.bashrc"
- "{{ ansible_facts.env.HOME }}/.emacs"
- "{{ ansible_facts.env.HOME }}/.zcompdump" - "{{ ansible_facts.env.HOME }}/.zcompdump"
- "{{ ansible_facts.env.HOME }}/.zshrc"
- name: Download and update iTerm2 shell integration - name: Download and update iTerm2 shell integration
get_url: get_url:

Loading…
Cancel
Save