This is almost certainly to do with the PID file. Check that it is where the stop script expects it to be.
Regards, K. On Thu, Nov 15, 2018 at 9:44 PM Sean Hederman <[email protected]> wrote: > - name: Restart Apache > service: > name: "{{ services }}" > state: restarted > enabled: yes > become: true > vars: > services: > - httpd > > Have tried variants with different states, enabled, become. All fail with > exact same error: > amzn-build: TASK [web_server : Restart Apache] > ********************************************* amzn-build: fatal: > [127.0.0.1]: FAILED! => {"changed": false, "msg": "Could not find the > requested service ['httpd']: host"} > > Logging onto the instance and running: > > sudo service httpd restart > > Stopping httpd: [FAILED] > > Starting httpd: [ OK ] > > > Vanilla Amazon 2018.03 image with ansible installed via pip > > I cannot see why ansible would report that httpd does not exist when it > patently does > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/99d478d2-10a7-449a-b573-b3a83e308232%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/99d478d2-10a7-449a-b573-b3a83e308232%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karl Auer Email : [email protected] Website: http://2pisoftware.com GPG/PGP : 958A 2647 6C44 D376 3D63 86A5 FFB2 20BC 0257 5816 Previous: F0AB 6C70 A49D 1927 6E05 81E7 AD95 268F 2AB6 40EA -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2B%2BT08T_aNh6mpi54AXOefWqeC9vkjuU3dSCt_46qVprSLK-%3DQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
