6 lines
115 B
Bash
Executable file
6 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")/.."
|
|
ANSIBLE_GATHERING=implicit ansible-playbook playbooks/manual/facts.yml
|