6 lines
51 B
Bash
6 lines
51 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
./scripts/ansible.sh
|