ansible-role-intellij icon indicating copy to clipboard operation
ansible-role-intellij copied to clipboard

Use ansible_facts not default variables

Open jochen314 opened this issue 2 years ago • 1 comments

This fixes #280

jochen314 avatar Nov 23 '22 16:11 jochen314

@jochen314 thanks for the PR (I had no idea this was a thing Ansible did). But can you update one (not all) of the Molecule test scenarios to include inject_facts_as_vars: no to test this:

e.g. Update https://github.com/gantsign/ansible-role-intellij/blob/master/molecule/ultimate/molecule.yml:

provisioner:
  name: ansible
  config_options:
    defaults:
      inject_facts_as_vars: no

freemanjp avatar Nov 27 '22 10:11 freemanjp

@jochen314 you can find your fix in version 6.11.0 of this role.

freemanjp avatar Dec 10 '22 22:12 freemanjp