d0fda3e901
Until now, the lookup plugin returned a byte string. Changed this to output a unicode string instead.
6 lines
89 B
Bash
Executable file
6 lines
89 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
|
|
ansible-playbook --vault-password-file password main.yml
|