Skip to content
Snippets Groups Projects
  1. Dec 11, 2018
  2. Nov 08, 2018
  3. Oct 31, 2018
  4. Oct 17, 2018
  5. Oct 12, 2018
  6. Jun 28, 2018
  7. Nov 14, 2017
  8. Oct 25, 2017
  9. Oct 17, 2017
  10. Oct 12, 2017
    • Major Hayden's avatar
      Remove jinja2 delimiters from `when` keys · 19815383
      Major Hayden authored
      This patch changes the `when:` keys so that they have no jinja2
      delimiters. This avoids Ansible warnings which could turn into
      errors in a future Ansible release.
      19815383
    • Major Hayden's avatar
      Avoid deprecated always_run · bbda6063
      Major Hayden authored
      The `always_run` key is deprecated and being removed in Ansible 2.4.
      Using it causes a warning to be displayed:
      
          [DEPRECATION WARNING]: always_run is deprecated.
      
      This patch changes all instances of `always_run` to use the `always`
      tag, which causes the task to run each time the playbook runs.
      bbda6063
  11. Sep 18, 2017
  12. Aug 24, 2017
  13. Aug 22, 2017
  14. Nov 26, 2016
  15. Oct 07, 2016
  16. Mar 02, 2016
  17. Feb 29, 2016
  18. Feb 18, 2016
Loading