Sandro Santilli

Results 324 comments of Sandro Santilli

I've tried doing as you suggested and after ./Install.sh and a few iterations of installing deps and tweaking PYTHONPATH I've got here: File "/home/strk/.local/share/birdland/birdland/fb_config.py", line 1160, in report_progress self.sg.popup( txt,...

How to push your work in a branch: 1. Create the branch (we'll call it "freeSimpleGui"): `git branch freeSimpleGui` 2. Switch to the newly created branch: `git checkout freeSimpleGui` 3....

The problem persists with these versions: ``` $ ansible --version ansible [core 2.19.4] config file = /home/strk/adm/ansible-strk/ansible.cfg configured module search path = ['/home/strk/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible...

randall in #ansible IRC room confirms that the passwordstore prompt breaks with ansible-core >= 2.19, and works fine with 2.18.11