Missing PyMysql / oefenweb.swapfile

When running
ansible-playbook server.yml -e env=production
everthing runs fine - until Task mariadb.

TASK [mariadb : Set root user password] *************************************************************
System info:
Ansible 2.7.5; Linux
Trellis version (per changelog): “Python 3 support”

The PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) module
is required.
failed: [xxxxserver.net] (item=xxxxserver.net) => {“changed”: false, “item”: “xxxxserver.net”}

Requirements run fine:
ansible-galaxy install -r requirements.yml

  • composer is already installed, skipping.
  • ntp is already installed, skipping.
  • logrotate is already installed, skipping.
  • swapfile is already installed, skipping.
  • mailhog is already installed, skipping.

Also allready missing was this:
ansible-galaxy install oefenweb.swapfile

shall i install PyMsql by hand - or where to put this requirements?

This topic was automatically closed after 42 days. New replies are no longer allowed.