Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
  1. Oct 12, 2021
    • Arthur BOUDREAULT's avatar
      :recycle:Refactor: Ansible-lint: · 3b5eb72d
      Arthur BOUDREAULT authored
      ```
      Include has some unintuitive behaviours depending on if it is running in a static or dynamic in play or in playbook context, in an effort to clarify behaviours we are moving to a new set modules (ansible.builtin.include_tasks, ansible.builtin.include_role, ansible.builtin.import_playbook, ansible.builtin.import_tasks) that have well established and clear behaviours.
      This module will still be supported for some time but we are looking at deprecating it in the near future.
      ```
      
      Fix: I have decided to go for ansible include_tasks module because it is more versatile and on a par with this module (for more info about differences between new modules, see [here](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/include_module.html)
      3b5eb72d
    • Arthur BOUDREAULT's avatar
      refactor: changed vars to reflect new variable names · b76b8767
      Arthur BOUDREAULT authored and Christophe Chaudier's avatar Christophe Chaudier committed
      refactor: changed variables pattern to be more consistent with ansible good practises and more flexible to use.
      refactor: remove useless comment
      doc: Readme in English and French
      b76b8767
  2. Oct 08, 2021
  3. May 01, 2021
  4. Nov 16, 2020
  5. Sep 17, 2017
  6. Aug 24, 2017
  7. Aug 23, 2017
Loading