Dockerized-Wordpress-the-Correct-way icon indicating copy to clipboard operation
Dockerized-Wordpress-the-Correct-way copied to clipboard

conflicting action statements: include, service

Open estebancastro opened this issue 7 years ago • 1 comments

ERROR! conflicting action statements: include, service

The error appears to have been in '/Users/me/Desktop/dockerized/ansible/new_wordpress_setup.yml': line 17, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  tasks:
    - { include: tasks/docker-compose_rebuild.yml, service: data, tags: [] }
      ^ here

exception type: <class 'ansible.errors.AnsibleParserError'>
exception: conflicting action statements: include, service

estebancastro avatar Dec 20 '17 05:12 estebancastro

I have the same problem. I Know the code is from 5 years ago, but maybe a hint into the direction we should look? Thank you, @johanan

execcr avatar Nov 24 '20 20:11 execcr