Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Closed Enhancement MAR-135 Use non-reserved name for running handlers
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Enhancement
  • Category
    Not determined
  • Targetted for
    3.0.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    1 hour
  • Time spent
    1 hour, 30 minutes
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

At the moment it is possible to tell the roles to explicitly run the handlers like regular tasks. This can be done by using the handlers variable, usually passed-in as environment variable.

This is a convenient method to ensure the system is using up-to-date configuration files etc in case of failures.

However, Ansible at the moment produces the following warning when doing so:

 [WARNING]: Found variable using reserved name: handlers

This means that the functionality could stop working in some future Ansible release.

Instead, it would be better to have a different environment variable.

The following should be done:

  • Replace the handlers variable with run_handlers.
  • Update documentation.
Todos (0 / 0)
There are no comments