Execution
Date 26 Jan 2026 08:58:28 +0000
Duration 00:00:18.56
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
26 Hosts
4 Tasks
98 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:01.17
  • Play
    10278 redmine tasks
  • Task
    Fail if any required file is missing

Field Value
changed
False
msg
One or more items failed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
false_condition
not item.stat.exists
item
{
    "ansible_loop_var": "item",
    "changed": false,
    "failed": false,
    "invocation": {
        "module_args": {
            "checksum_algorithm": "sha1",
            "follow": false,
            "get_attributes": true,
            "get_checksum": true,
            "get_mime": true,
            "path": "/usr/local/cron_backup/flock_pva_backups.sh"
        }
    },
    "item": "/usr/local/cron_backup/flock_pva_backups.sh",
    "stat": {
        "atime": 1769370601.5859182,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 80,
        "charset": "us-ascii",
        "checksum": "e3b379ced145011916b500507b58df83762a9e83",
        "ctime": 1607682984.8408887,
        "dev": 64768,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 2368129,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/x-shellscript",
        "mode": "0755",
        "mtime": 1607603746.0,
        "nlink": 1,
        "path": "/usr/local/cron_backup/flock_pva_backups.sh",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 39913,
        "uid": 0,
        "version": "18446744071598058739",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}
skip_reason
Conditional result was False
skipped
True



Result #2

Field Value
ansible_loop_var
item
changed
False
failed
True
item
{
    "ansible_loop_var": "item",
    "changed": false,
    "failed": false,
    "invocation": {
        "module_args": {
            "checksum_algorithm": "sha1",
            "follow": false,
            "get_attributes": true,
            "get_checksum": true,
            "get_mime": true,
            "path": "/usr/local/cron_backup/verify.sh"
        }
    },
    "item": "/usr/local/cron_backup/verify.sh",
    "stat": {
        "exists": false
    }
}
msg
Required file '/usr/local/cron_backup/verify.sh' does not exist!