gantsign / ansible-role-intellij

Ansible role for installing the IntelliJ IDEA IDE

Home Page:https://galaxy.ansible.com/gantsign/intellij

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for CentOS 7

freemanjp opened this issue · comments

As suggested by @wyvern8 in #70 this can be largely achieved by using the Ansible package module instead of the Ansible apt module.

Since CentOS 7 is supported by Molecule, CentOS 7 can easily be added to the test matrix; it will then be safe to declare CentOS 7 as supported by this role.