ansible-php/tests/includes/Debian/sury.yml

10 lines
247 B
YAML
Raw Normal View History

2018-03-18 23:28:57 +07:00
---
- name: APT | Install Sury key
apt_key:
url: 'https://packages.sury.org/php/apt.gpg'
2019-04-19 16:18:46 +07:00
- name: APT_REPOSITORY | Add Sury repository
2018-03-18 23:28:57 +07:00
apt_repository:
repo: 'deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main'