Add .ansible.cfg and add it to script

This commit is contained in:
2023-02-22 18:14:52 -06:00
parent 3c96f8af47
commit 21030a8604
2 changed files with 1116 additions and 1 deletions

View File

@ -8,7 +8,7 @@
dir=~/.dotfiles # dotfiles directory
olddir=~/.dotfiles_old # old dotfiles backup directory
files=".tmux.conf .tmux.conf.local .vimrc .vim .tcshrc .bashrc .inputrc .git_completion" # list of files/folders to symlink in homedir
files=".tmux.conf .tmux.conf.local .vimrc .vim .tcshrc .bashrc .inputrc .git_completion .ansible.cfg" # list of files/folders to symlink in homedir
##########