Hello Everyone,
I’m trying to install lilac.2 but I get this errors.
TASK [mysql : Remove experimental version of mysql] ****************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{ item }}"`, please use `name: ['mysql-server-5.6',
'mysql-server']` and remove the loop. This feature will be removed in version
2.11. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
skipping: [localhost] => (item=[])
TASK [mysql : Install mysql dependencies] **************************************
ok: [localhost]
TASK [mysql : Install mysql] ***************************************************
skipping: [localhost]
TASK [mysql : Set default character sets and collations] ***********************
skipping: [localhost]
TASK [mysql : add the mysql signing key] ***************************************
fatal: [localhost]: FAILED! => {"changed": false, "id": "8C718D3B5072E1F5", "msg": "key does not seem to have been added"}
and
Decoded error:
== Unknown keys ======================
id: '8C718D3B5072E1F5'
== msg ===========================
key does not seem to have been added
I tried running this but it didn’t work.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8C718D3B5072E1F5
I think the GPG Key has expired.
What can I do? please help.