2020-02-14 15:40:31 -06:00
|
|
|
#! /bin/sh
|
|
|
|
#
|
|
|
|
# deploy.sh
|
|
|
|
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
|
|
|
#
|
|
|
|
# Distributed under terms of the MIT license.
|
|
|
|
#
|
|
|
|
|
2020-03-21 22:21:25 -05:00
|
|
|
ansible-playbook desktop.yml --ask-vault-pass --ask-become-pass
|
2020-02-14 15:40:31 -06:00
|
|
|
|