6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
sudo env/bin/ansible-playbook -i hosts dotfiles.yml
|