Traceback (most recent call last):
File "/home/netbox1/.config/actions/configure-module/10configure_environment_vars", line 36, in
agent.write_envfile(postgres_config, "postgres.env")
File "/usr/local/agent/pypkg/agent/init.py", line 111, in write_envfile
entries = [ek + "=" + str(ev) for ek, ev in envmap.items()]
^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'items'
Traceback (most recent call last): File "/home/netbox1/.config/actions/configure-module/10configure_environment_vars", line 36, in
agent.write_envfile(postgres_config, "postgres.env")
File "/usr/local/agent/pypkg/agent/init.py", line 111, in write_envfile
entries = [ek + "=" + str(ev) for ek, ev in envmap.items()]
^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'items'