4 lines
104 B
Bash
4 lines
104 B
Bash
|
|
#!/bin/bash
|
|
ANSIBLE_LOG_PATH=../../logs/ansible/$(date +%F)-ansible.log ansible-playbook ./restore.yml
|