/root/testfile1: file.managed: - source: salt://prod/voip/root/testfile1 echo_stuff: cmd.run: - cwd: / - name: echo hello_world - require: - file: /root/testfile1 ...
pm.eval always returns a too much recursion error when in a fastapi application and in an endpoint. It works fine when run through fastapi as normal code not in an ...