Rewrite all access of attributes/methods not native to Ansible modules to use bracket notation #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Ansible YAML code should eventually be rewritten to abide by the following two rules for variable reference/use, before the project balloons too much in size:
Following these rules make namespace conflicts less likely, and therefore reduces the likelihood of bugs.