Don't unset variables, attempt 2
Different strategy for not deleting airflow variables before updating them:
- exporting exist variables to a json file with airflow cli
- merging with airflow variables defined in the playbook
- saving merged variables to json file,
- import the merged json file with airflow cli