- name: Set Debian config set_fact: _string_name: 'Ubuntu' _dir: 'ubuntu' _volume: 'mirror.ubuntu' _keys: - { key_id: '40976EAF437D05B5', file: 'ubuntu.asc' } - { key_id: '3B4FE6ACC0B21F32', file: 'ubuntu-2012.asc' } - { key_id: '871920D1991BC93C', file: 'ubuntu-2018.asc' } - name: Deploy Ubuntu Keys include_tasks: utils/keys.yaml - name: Copy Ubuntu config include_tasks: utils/copy-config.yaml - name: Install Ubuntu cron job include_tasks: utils/cron.yaml