Resolvido: [AVISO DE DEPRECAÇÃO]: o uso de variáveis simples está obsoleto [duplicado]

Esta pergunta já tem uma resposta aqui:

Como usar with_item do Ansible com uma variável? 1 resposta

Eu acho que essa é a parte do manual que está gerando o erro. Como devo reescrever esta parte?

roles: 
- role: json-transform
  json_transforms: '{{ clientValidation.json_transforms}}'

Emite o seguinte aviso:

[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax ('{{json_transforms}}'). This feature will be removed in a 
future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

questionAnswers(1)

yourAnswerToTheQuestion