bd1acb74c8
Change: - Mostly increase error coverage for various conditions in play.py - Also fix a string in an error, where get_name() was called before self.name was read in, so get_name() was always ''. Test Plan: - new tests Signed-off-by: Rick Elrod <rick@elrod.me> * Fix regex for py2 and py3 Signed-off-by: Rick Elrod <rick@elrod.me> * py2 hates me Signed-off-by: Rick Elrod <rick@elrod.me>
6 lines
118 B
YAML
6 lines
118 B
YAML
- hosts: localhost
|
|
vars_files: some_vars.yml
|
|
tasks:
|
|
- assert:
|
|
that:
|
|
- 'a_variable == "yep"'
|