Fix docker pull in service* actions should be executed by root
Description
As all other tasks also tasks in service* actions, also pull_images should be executed by root user. This can be problematic when docker pull need docker login first.
Proposal
- include_role:
name: "docker"
tasks_from: "pull_images"
apply:
become: yes