Jeff Geerling
Jeff Geerling
Opened a PR with the two changes discussed above: https://github.com/billw2/rpi-clone/pull/147
To check which device is used for boot, I typically run `lsblk`, which if I have a USB drive plugged in but am booting off microSD or eMMC looks like:...
Also noting that you can overclock the GPU cores to 750 MHz (using `gpu_freq=750` in `/boot/config.txt`—also set `over_voltage=6`), which would bring about 48 Gflop/s, right?
@wimrijnders - Yes, though I would also recommend either a good heatsink or any kind of fan to move air over the SoC after the overclock, as it will make...
Regarding my roles; I am currently postponing moving any of them to collections for two reasons: 1. Many (like the mysql role) don't really fit in with more than one...
Er... apparently that's only in 2.10, no 2.9 backport, so off with the tests on Debian it is!
I'm seeing this same problem on Ubuntu 20.04 now, still with Ansible 2.9.10.
First provision: ``` TASK [Create a MySQL user for Drupal.] ***************************************** task path: /Users/jgeerling/Development/GitHub/ansible-for-devops/drupal/provisioning/playbook.yml:100 Using module file /usr/local/lib/python3.7/site-packages/ansible/modules/database/mysql/mysql_user.py Pipelining is enabled. ESTABLISH SSH CONNECTION FOR USER: vagrant SSH: EXEC ssh...
First provision msg: `User added` Second provision msg: `Password updated (new style)` Third provision msg: `User unchanged`
Looks like the problem is documented at https://github.com/ansible-collections/community.general/issues/543 — and is fixed by https://github.com/ansible-collections/community.general/pull/609