KC Jones
KC Jones
> Hi @kcjones91 , > > It works. > > You have a wrong indentation in your file for `fsGroup`. > > The instruction in #1805 solve the issue for...
> It should work, might be related to the indentation on the `fsGroup: 26`, which should be further indented by 2 spaces. > > Also try it without: > >...
The issue was Selinux: ``` sudo semanage fcontext -a -t container_file_t "/mnt/data/postgres(/.*)?" sudo restorecon -Rv /mnt/data/postgres ``` I am using vanilla k8s on Fedora. I tried to update above, but...
> Did you use the requirements.txt from the azure_collection or your own? ~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt I used the requirements.txt from the collection repository, to weed out any issues on my end.
> This also happens without docker, in a regular virtualenv. It was fine last week. Okay you're having the same issue as well? If so, glad I'm not crazy.
> [@kcjones91](https://github.com/kcjones91) What is your docker image system? Can it be executed correctly if you install it in sequence? > > ``` > # # Install ansible > RUN pip...
> No errors on my side during installation. > > This is the log from running ansible-playbook -vvv: > > ``` > TASK [base : Create the global resource group]...
> [@kcjones91](https://github.com/kcjones91) Did you encounter any errors when installing requirements.txt and azazure collection? Could you print the installation log? Thank you! Ill get to this today hopefully. There were no...
> Deleting `~/.ansible` solved the issue! > > So I think the steps I did were: > > * run playbook with requirements pinned a couple months ago (worked) >...
Having this exact same issue. Any updates on your end?