Ansible warning Failed to create the directory

Summary

Ansible raises warning:

[WARNING]: Failed to create the directory '/etc/X11/fs/.ansible': [Errno 2] No
such file or directory: b'/etc/X11/fs/.ansible'

Version of the helm chart

master (at 435cd804)

Version of the images

  1. Init container image: master
  2. Container image: master

Steps to reproduce

This should happen on any install with master branch

Expected behaviour

no warnings

Actual behaviour

warnings

Relevant logs and/or screen shots

kubectl logs -c init-wordpress <pod>
[WARNING]: Failed to create the directory '/etc/X11/fs/.ansible': [Errno 2] No
such file or directory: b'/etc/X11/fs/.ansible'

PLAY [Install WordPress] *******************************************************

TASK [Gathering Facts] *********************************************************
ok: [localhost]
...

Installation continues fine otherwise