f5networks.f5_modules.abspath (1.28.0) — filter

return absolute path of a file

| "added in version" historical of f5networks.f5_modules"

Authors: Tim Rupp <caphrim007@gmail.com>

Install collection

Install with ansible-galaxy collection install f5networks.f5_modules:==1.28.0


Add to requirements.yml

  collections:
    - name: f5networks.f5_modules
      version: 1.28.0

Description

A wrapper around os.path.abspath function to return absolute path of a given file path.

Inputs

    
_input:
    description: A file path
    required: true
    type: string

Outputs

_value:
  description: The absolute path to given file
  type: string