manala.roles.php_extension (4.0.0) — module

Manage php extension

Authors: Manala (@manala)

Install collection

Install with ansible-galaxy collection install manala.roles:==4.0.0


Add to requirements.yml

  collections:
    - name: manala.roles
      version: 4.0.0

Description

Manage php extension

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Enable php xdebug extension
  manala.roles.php_extension:
    name: xdebug
    enabled: true

Inputs

    
name:
    description: Extension name.
    required: true
    type: str

enabled:
    description: Whether the extension should be enabled.
    required: true
    type: bool