openneo-analytics/ansible.cfg
Emi Matchu 72aba0d579 Replace run.sh with an equivalent ansible.cfg
I've learned some more about Ansible, and how to use `ansible.cfg` to
set up `ansible-playbook` to do the same thing as our `run.sh` was
doing! Same number of files, less overhead for the workflow's weirdness.
2024-02-13 08:36:54 -08:00

5 lines
84 B
INI

[defaults]
inventory = inventory.cfg
[privilege_escalation]
become_ask_pass = True