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