diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-23 12:14:19 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-23 12:14:19 -0400 |
commit | ecd72950a2ed9148e65bad18e9e358a2c63b7c35 (patch) | |
tree | b44737c3c5ac1cc6d96f1bd8acd410c60860812a /README.org | |
parent | 576cb9e0be0992fb5d937a7d9bd95b657c3926eb (diff) | |
download | emacsconf-ansible-ecd72950a2ed9148e65bad18e9e358a2c63b7c35.tar.xz emacsconf-ansible-ecd72950a2ed9148e65bad18e9e358a2c63b7c35.zip |
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -490,10 +490,4 @@ ansible-galaxy role install systemli.etherpad nodemon -e '*' -w ../../roles/pad/ -x "vagrant destroy -f && vagrant up --provision" Backing up: - -- name: Load vars - hosts: all - tags: always - tasks: - - include_vars: - file: prod-vars.yml +ansible-playbook -i inventory.yml backup-playbook.yml |