mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
added zsh yum repo
This commit is contained in:
parent
53482a87d7
commit
f76de5ea77
@ -1,4 +1,8 @@
|
||||
---
|
||||
- name: Configure zsh-syntax-highlighting repo [CentOS]
|
||||
shell: creates=/etc/yum.repos.d/shells:zsh-users:zsh-syntax-highlighting.repo cd /etc/yum.repos.d/; wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/CentOS_7/shells:zsh-users:zsh-syntax-highlighting.repo
|
||||
become: True
|
||||
|
||||
- name: Install zsh
|
||||
package: name={{item}} state=present
|
||||
with_items:
|
||||
|
2
vagrant/centos/Vagrantfile
vendored
2
vagrant/centos/Vagrantfile
vendored
@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
yum install ansible -y
|
||||
yum install ansible git -y
|
||||
SHELL
|
||||
|
||||
$script = <<-SCRIPT
|
||||
|
2
vagrant/debian/Vagrantfile
vendored
2
vagrant/debian/Vagrantfile
vendored
@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
apt install ansible -y
|
||||
apt install ansible git -y
|
||||
SHELL
|
||||
|
||||
$script = <<-SCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user