tasks:
    - copy:
        content: "<html>\n<body>Hello,world!</body>\n</html>"
        dest: /var/www/html/index.html
