Execution
Date 28 Apr 2026 08:10:19 +0100
Duration 00:00:25.64
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
3 Tasks
3 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
false_condition
item.stderr is defined and 'cannot open shared object file' in item.stderr and 'opcache.so' in item.stderr
item
{
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "/opt/alt/php54/usr/bin/php",
        "-m"
    ],
    "delta": "0:00:00.046671",
    "end": "2026-04-28 08:10:23.020737",
    "failed": false,
    "failed_when_result": false,
    "invocation": {
        "module_args": {
            "_raw_params": "/opt/alt/php54/usr/bin/php -m",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": null,
            "executable": null,
            "expand_argument_vars": true,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true
        }
    },
    "item": "54",
    "msg": "",
    "rc": 0,
    "start": "2026-04-28 08:10:22.974066",
    "stderr": "",
    "stderr_lines": [],
    "stdout": "[PHP Modules]\nbcmath\nbz2\ncalendar\nCore\nctype\ncurl\ndate\ndba\ndom\nenchant\nereg\nexif\nfileinfo\nfilter\nftp\ngd\ngettext\ngmp\nhash\niconv\nimap\nintl\njson\nldap\nlibxml\nmbstring\nmcrypt\nmhash\nmysql\nmysqli\nmysqlnd\nodbc\nopenssl\npcntl\npcre\nPDO\npdo_sqlite\npgsql\nPhar\nposix\npspell\nreadline\nReflection\nsession\nshmop\nSimpleXML\nsoap\nsockets\nSPL\nsqlite3\nstandard\nsysvmsg\nsysvsem\nsysvshm\ntokenizer\nxml\nxmlreader\nxmlrpc\nxmlwriter\nxsl\nZend OPcache\nzip\nzlib\n\n[Zend Modules]\nZend OPcache",
    "stdout_lines": [
        "[PHP Modules]",
        "bcmath",
        "bz2",
        "calendar",
        "Core",
        "ctype",
        "curl",
        "date",
        "dba",
        "dom",
        "enchant",
        "ereg",
        "exif",
        "fileinfo",
        "filter",
        "ftp",
        "gd",
        "gettext",
        "gmp",
        "hash",
        "iconv",
        "imap",
        "intl",
        "json",
        "ldap",
        "libxml",
        "mbstring",
        "mcrypt",
        "mhash",
        "mysql",
        "mysqli",
        "mysqlnd",
        "odbc",
        "openssl",
        "pcntl",
        "pcre",
        "PDO",
        "pdo_sqlite",
        "pgsql",
        "Phar",
        "posix",
        "pspell",
        "readline",
        "Reflection",
        "session",
        "shmop",
        "SimpleXML",
        "soap",
        "sockets",
        "SPL",
        "sqlite3",
        "standard",
        "sysvmsg",
        "sysvsem",
        "sysvshm",
        "tokenizer",
        "xml",
        "xmlreader",
        "xmlrpc",
        "xmlwriter",
        "xsl",
        "Zend OPcache",
        "zip",
        "zlib",
        "",
        "[Zend Modules]",
        "Zend OPcache"
    ]
}
skip_reason
Conditional result was False
skipped
True



Result #2

Field Value
ansible_facts
{
    "pkg_mgr": "dnf"
}
ansible_loop_var
item
changed
True
failed
False
invocation
{
    "module_args": {
        "allow_downgrade": false,
        "allowerasing": false,
        "autoremove": false,
        "bugfix": false,
        "cacheonly": false,
        "conf_file": null,
        "disable_excludes": null,
        "disable_gpg_check": false,
        "disable_plugin": [],
        "disablerepo": [],
        "download_dir": null,
        "download_only": false,
        "enable_plugin": [],
        "enablerepo": [],
        "exclude": [],
        "install_repoquery": true,
        "install_weak_deps": true,
        "installroot": "/",
        "list": null,
        "lock_timeout": 30,
        "name": [
            "alt-php55-opcache"
        ],
        "nobest": false,
        "releasever": null,
        "security": false,
        "skip_broken": false,
        "sslverify": true,
        "state": "present",
        "update_cache": false,
        "update_only": false,
        "use_backend": "auto",
        "validate_certs": true
    }
}
item
{
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "/opt/alt/php55/usr/bin/php",
        "-m"
    ],
    "delta": "0:00:00.037214",
    "end": "2026-04-28 08:10:23.515275",
    "failed": false,
    "failed_when_result": false,
    "invocation": {
        "module_args": {
            "_raw_params": "/opt/alt/php55/usr/bin/php -m",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": null,
            "executable": null,
            "expand_argument_vars": true,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true
        }
    },
    "item": "55",
    "msg": "",
    "rc": 0,
    "start": "2026-04-28 08:10:23.478061",
    "stderr": "Failed loading /opt/alt/php55/usr/lib64/php/modules/opcache.so:  /opt/alt/php55/usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory",
    "stderr_lines": [
        "Failed loading /opt/alt/php55/usr/lib64/php/modules/opcache.so:  /opt/alt/php55/usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory"
    ],
    "stdout": "[PHP Modules]\nbcmath\nbz2\ncalendar\nCore\nctype\ncurl\ndate\ndba\ndom\nenchant\nereg\nexif\nfileinfo\nfilter\nftp\ngd\ngettext\ngmp\nhash\niconv\nimap\nintl\njson\nldap\nlibxml\nmbstring\nmcrypt\nmhash\nmysql\nmysqli\nmysqlnd\nodbc\nopenssl\npcntl\npcre\nPDO\npdo_sqlite\npgsql\nPhar\nposix\npspell\nreadline\nReflection\nsession\nshmop\nSimpleXML\nsoap\nsockets\nSPL\nsqlite3\nstandard\nsysvmsg\nsysvsem\nsysvshm\ntokenizer\nxml\nxmlreader\nxmlrpc\nxmlwriter\nxsl\nzip\nzlib\n\n[Zend Modules]",
    "stdout_lines": [
        "[PHP Modules]",
        "bcmath",
        "bz2",
        "calendar",
        "Core",
        "ctype",
        "curl",
        "date",
        "dba",
        "dom",
        "enchant",
        "ereg",
        "exif",
        "fileinfo",
        "filter",
        "ftp",
        "gd",
        "gettext",
        "gmp",
        "hash",
        "iconv",
        "imap",
        "intl",
        "json",
        "ldap",
        "libxml",
        "mbstring",
        "mcrypt",
        "mhash",
        "mysql",
        "mysqli",
        "mysqlnd",
        "odbc",
        "openssl",
        "pcntl",
        "pcre",
        "PDO",
        "pdo_sqlite",
        "pgsql",
        "Phar",
        "posix",
        "pspell",
        "readline",
        "Reflection",
        "session",
        "shmop",
        "SimpleXML",
        "soap",
        "sockets",
        "SPL",
        "sqlite3",
        "standard",
        "sysvmsg",
        "sysvsem",
        "sysvshm",
        "tokenizer",
        "xml",
        "xmlreader",
        "xmlrpc",
        "xmlwriter",
        "xsl",
        "zip",
        "zlib",
        "",
        "[Zend Modules]"
    ]
}
msg

rc
0
results
[
    "Installed: alt-php55-opcache-1:5.5.38-155.el8.x86_64"
]



Result #3

Field Value
ansible_facts
{
    "pkg_mgr": "dnf"
}
ansible_loop_var
item
changed
True
failed
False
invocation
{
    "module_args": {
        "allow_downgrade": false,
        "allowerasing": false,
        "autoremove": false,
        "bugfix": false,
        "cacheonly": false,
        "conf_file": null,
        "disable_excludes": null,
        "disable_gpg_check": false,
        "disable_plugin": [],
        "disablerepo": [],
        "download_dir": null,
        "download_only": false,
        "enable_plugin": [],
        "enablerepo": [],
        "exclude": [],
        "install_repoquery": true,
        "install_weak_deps": true,
        "installroot": "/",
        "list": null,
        "lock_timeout": 30,
        "name": [
            "alt-php56-opcache"
        ],
        "nobest": false,
        "releasever": null,
        "security": false,
        "skip_broken": false,
        "sslverify": true,
        "state": "present",
        "update_cache": false,
        "update_only": false,
        "use_backend": "auto",
        "validate_certs": true
    }
}
item
{
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "/opt/alt/php56/usr/bin/php",
        "-m"
    ],
    "delta": "0:00:00.045158",
    "end": "2026-04-28 08:10:24.007782",
    "failed": false,
    "failed_when_result": false,
    "invocation": {
        "module_args": {
            "_raw_params": "/opt/alt/php56/usr/bin/php -m",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": null,
            "executable": null,
            "expand_argument_vars": true,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true
        }
    },
    "item": "56",
    "msg": "",
    "rc": 0,
    "start": "2026-04-28 08:10:23.962624",
    "stderr": "Failed loading /opt/alt/php56/usr/lib64/php/modules/opcache.so:  /opt/alt/php56/usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory",
    "stderr_lines": [
        "Failed loading /opt/alt/php56/usr/lib64/php/modules/opcache.so:  /opt/alt/php56/usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory"
    ],
    "stdout": "[PHP Modules]\nbcmath\nbz2\ncalendar\nCore\nctype\ncurl\ndate\ndba\ndom\nenchant\nereg\nexif\nfileinfo\nfilter\nftp\ngd\ngettext\ngmp\nhash\ni360\niconv\nimap\nintl\njson\nldap\nlibxml\nmbstring\nmcrypt\nmhash\nmysql\nmysqli\nmysqlnd\nodbc\nopenssl\npcntl\npcre\nPDO\npdo_sqlite\npgsql\nPhar\nposix\npspell\nreadline\nReflection\nsession\nshmop\nSimpleXML\nsoap\nsockets\nSPL\nsqlite3\nstandard\nsysvmsg\nsysvsem\nsysvshm\ntokenizer\nxml\nxmlreader\nxmlrpc\nxmlwriter\nxsl\nzip\nzlib\n\n[Zend Modules]",
    "stdout_lines": [
        "[PHP Modules]",
        "bcmath",
        "bz2",
        "calendar",
        "Core",
        "ctype",
        "curl",
        "date",
        "dba",
        "dom",
        "enchant",
        "ereg",
        "exif",
        "fileinfo",
        "filter",
        "ftp",
        "gd",
        "gettext",
        "gmp",
        "hash",
        "i360",
        "iconv",
        "imap",
        "intl",
        "json",
        "ldap",
        "libxml",
        "mbstring",
        "mcrypt",
        "mhash",
        "mysql",
        "mysqli",
        "mysqlnd",
        "odbc",
        "openssl",
        "pcntl",
        "pcre",
        "PDO",
        "pdo_sqlite",
        "pgsql",
        "Phar",
        "posix",
        "pspell",
        "readline",
        "Reflection",
        "session",
        "shmop",
        "SimpleXML",
        "soap",
        "sockets",
        "SPL",
        "sqlite3",
        "standard",
        "sysvmsg",
        "sysvsem",
        "sysvshm",
        "tokenizer",
        "xml",
        "xmlreader",
        "xmlrpc",
        "xmlwriter",
        "xsl",
        "zip",
        "zlib",
        "",
        "[Zend Modules]"
    ]
}
msg

rc
0
results
[
    "Installed: alt-php56-opcache-5.6.40-118.el8.x86_64"
]