From b1e35f08ba44002b931f6be9cd735114652f4ce6 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Mon, 1 Jul 2024 17:01:50 +0200 Subject: [PATCH] add php83 --- main.yml | 4 ++++ roles/requirements.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/main.yml b/main.yml index a7bebf1..ccf8c1c 100644 --- a/main.yml +++ b/main.yml @@ -36,4 +36,8 @@ - include_tasks: inst-apache.yml + - name: import php83 role + import_role: + name: role-php83 + \ No newline at end of file diff --git a/roles/requirements.yml b/roles/requirements.yml index 4a782bf..1370d17 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -8,3 +8,5 @@ - name: role-netdata src: git+https://gitweb.dyndns.org/awx/role_netdata.git +- name: role-php83 + src: git+https://gitweb.dyndns.org/awx/role-php83.git \ No newline at end of file