Installs the Webtatic repository on RHEL/CentOS
Make sure you are running this on RHEL/CentOS
- Include
iambryancs.repo-webtatic
in your requirements.yml
#requirements.yml
---
- src: iambryancs.repo-webtatic
- Install the role by running
ansible-galaxy install -r path/to/your/requirements.yml
- hosts: all
roles:
- iambryancs.repo-webtatic
MIT