David Edell

Results 9 comments of David Edell

+1. Support already exists for org-mode, and is integrated here on github. Mermaid-mode can be invoked on a region. So, a temporary workaround is: - M-x install mermaid-mode - In...

Clearly something is going awry on this system. First off: ``` ansible-config dump --only-changed -t all DEFAULT_ACTION_PLUGIN_PATH(/home/user/ansible_setup/ansible.cfg) = ['/home/user/ansible_setup/myvenv/lib/python3.8/site-packages/ara/plugins/action'] DEFAULT_CALLBACK_PLUGIN_PATH(env: ANSIBLE_CALLBACK_PLUGINS) = ['/home/user/ansible_setup/myvenv/lib/python3.8/site-packages/ara/plugins/callback'] DEFAULT_HOST_LIST(env: ANSIBLE_INVENTORY) = ['/home/user/ansible_setup/inventory.yml'] DEFAULT_LOOKUP_PLUGIN_PATH(/home/user/ansible_setup/ansible.cfg) = ['/home/user/ansible_setup/myvenv/lib/python3.8/site-packages/ara/plugins/lookup']...

Also, retrying a 3rd time with your exact commands (modified only for venv and my weird network) did resolve the dump warning on the first execution, but (using your test.yml)...

Here's the full output. I cleared the ~/.ara folder first to be sure. ``` ansible-playbook -vvv test.yml ansible-playbook [core 2.13.13] config file = None configured module search path = ['/home/user/.ansible/plugins/modules',...

It doesn't look like a server is running, but it's also not even running the sleep commands from this playbook (it doesn't pause at all). Output: ``` ansible-playbook -vvv playbooks/sleeping_server.yaml...

Results were very similar. The only difference (I diff'd the stdout) was a different exception in the recover base url task: ``` TASK [Recover base url from ara] *********************************************** task...

I haven't made any progress (or even looked at this) since my last message. I may poke at it again soon, as my project is now circling back to a...

I just gave it another try, this time after starting an API server and pointing ARA to it, but I'm still getting the same errors.

I got things (somewhat) working using a discrete API server, though only when it is also running on the localhost. Prior to that, some printf-based-debugging showed that http.py's self.http.request call...