[meta] rename ansible dir to meta

pull/37/head
Alpha Chen 3 years ago
parent 69ec1efe01
commit 0e3fb23adc

@ -16,7 +16,7 @@ On the control machine:
```
brew install ansible
git clone --recursive git@github.com:kejadlen/dotfiles
cd dotfiles/ansible
cd dotfiles/meta
echo HOST > hosts.private

@ -16,7 +16,7 @@ brew install ansible
git clone --recursive https://github.com/kejadlen/dotfiles.git ~/.dotfiles
# Run Ansible
cd ~/.dotfiles/ansible
cd ~/.dotfiles/meta
echo "localhost ansible_connection=local" > hosts.private
ansible-playbook main.yml --ask-become-pass
```

@ -104,12 +104,12 @@
- name: link .zshrc.local
file:
src: ~/.dotfiles/ansible/irregular-apocalypse/.zshrc.local
src: ~/.dotfiles/meta/irregular-apocalypse/.zshrc.local
dest: ~/.zshrc.local
state: link
- name: link SSH config.local
file:
src: ~/.dotfiles/ansible/irregular-apocalypse/.ssh/config.local
src: ~/.dotfiles/meta/irregular-apocalypse/.ssh/config.local
dest: ~/.ssh/config.local
state: link
Loading…
Cancel
Save