Isaiah

Results 6 comments of Isaiah

I am running the latest version. I cleaned out my old project and I did debops-update before running it. I also refreshed my DO droplet a second time and re-ran...

> I am running the latest version. I cleaned out my old project and I did debops-update before running it. I also refreshed my DO droplet a second time and...

This is what I have: ```ini # .debops.cfg # DebOps configuration file # Nothing added here ``` ```ini # hosts [debops_all_hosts] genesis.rccgla.org ansible_python_interpreter=/usr/bin/python3 [wordpress] genesis.rccgla.org ``` ```yaml --- # inventory/host_vars/genesis.rccgla.org/vars.yml...

ok.. let me create manually then... I compared your code from the previous version to the new one.. I noticed that instead of `wordpress__pki__host_realms`, you now use `wordpress__pki__dependent_realms`, could it...

> Did it fix the issue @isaiaholoyede? Yes, manually creating the folders fixed the issue. Sorry that I did not get back to you. I had to manually create the...

Also, I had to add `apt__cache_valid_time: 0` as part of `vars.yml` because it fails to find the source repo for redis for some weird reason `No package matching 'redis-server' is...