--- - hosts: all sudo: True tasks: - name: Install PHPMyAdmin packages apt: pkg={{ item }} state=latest install_recommends=no with_items: [ 'mysql-server ...