Rodrique Heron

Results 3 issues of Rodrique Heron

I have python-foreman installed, but yet I'm still getting "python-foreman module is required" error. What am i missing? Thanks! pip list --format=legacy | grep foreman python-foreman (0.14.1) # ansible-playbook foreman.yml...

``` TASK [aws.infra : Create infrastructure using Terraform] ********************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "command": "/usr/local/bin/terraform apply -no-color -input=false -auto-approve=true -lock=true /tmp/tmpj4IPYh.tfplan", "msg": "Failure when executing Terraform command. Exited...

I had the following container_run_args which led to the service not being able to start. ``` container_run_args: >- --rm -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -p 10001:10001/udp -v "{{ exported_container_volumes_basedir...