Execution
Date 18 Sep 2024 10:19:53 +0100
Duration 00:01:14.69
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
1 Hosts
6 Tasks
6 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipepfail
mysql -e "CREATE DATABASE powerdns"
mysql -e "CREATE USER 'powerdns'@'localhost' IDENTIFIED BY 'Lu6B1jvVEFvU'"
mysql -e "GRANT ALL PRIVILEGES ON powerdns.* TO 'powerdns'@'localhost'"
mysql -e "flush privileges"
mysql powerdns < /usr/share/doc/pdns-backend-mysql/schema.mysql.sql
delta
0:00:00.095948
end
2024-09-18 09:21:07.709640
invocation
{
    "module_args": {
        "_raw_params": "set -o pipepfail\nmysql -e \"CREATE DATABASE powerdns\"\nmysql -e \"CREATE USER 'powerdns'@'localhost' IDENTIFIED BY 'Lu6B1jvVEFvU'\"\nmysql -e \"GRANT ALL PRIVILEGES ON powerdns.* TO 'powerdns'@'localhost'\"\nmysql -e \"flush privileges\"\nmysql powerdns < /usr/share/doc/pdns-backend-mysql/schema.mysql.sql\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-09-18 09:21:07.613692
stderr
/bin/bash: line 0: set: pipepfail: invalid option name
stderr_lines
[
    "/bin/bash: line 0: set: pipepfail: invalid option name"
]
stdout

stdout_lines
[]