I hereby claim:
- I am samdoran on github.
- I am sdoran (https://keybase.io/sdoran) on keybase.
- I have a public key ASDLmVyCCKzKpmhfBGFxAFasgRuwLd-MpA5D7yYjMfGrXgo
To claim this, I am signing this object:
| { | |
| "details" : { | |
| "passwordHistory" : [ | |
| { | |
| "value" : "XXXXXXXXXXXX", | |
| "time" : 1384179071 | |
| }, | |
| { | |
| "time" : 1384978053, | |
| "value" : "XXXXXXXXXXXXXXXXXXXX" |
| --- | |
| - include_tasks: hello-world-1.yml | |
| - include_tasks: hello-world-2.yml | |
| - include_tasks: hello-world-4.yml | |
| - include_tasks: hello-world-3.yml | |
| - include_tasks: hello-world-8.yml | |
| - include_tasks: hello-world-7.yml | |
| - include_tasks: hello-world-6.yml | |
| - include_tasks: hello-world-5.yml | |
| - include_tasks: hello-world-9.yml |
| loop: | |
| lookup: first_found | |
| args: | |
| - "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml" | |
| - "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml" | |
| - "{{ role_path }}/vars/{{ ansible_distribution }}.yml" | |
| - "{{ role_path }}/vars/default.yml" | |
| loop: | |
| lookup: subelements |
| ----------------------------------------------- generated xml file: /Users/sdoran/Source/ansible/test/results/junit/python2.7-units.xml ------------------------------------------------ | |
| =============================================================================== short test summary info ================================================================================ | |
| FAIL test/units/modules/network/edgeos/test_edgeos_command.py::TestEdgeosCommandModule::test_edgeos_command_simple | |
| ======================================================================================= FAILURES ======================================================================================= | |
| __________________________________________________________________ TestEdgeosCommandModule.test_edgeos_command_simple __________________________________________________________________ | |
| self = <units.modules.network.edgeos.test_edgeos_command.TestEdgeosCommandModule testMethod=test_edgeos_command_simple> | |
| def test_edgeos_command_simple(self): | |
| - name: Run role1 | |
| hosts: localhost | |
| tasks: | |
| - import_role: | |
| name: role1 | |
| - name: Run role2 | |
| hosts: localhost |
| - name: Issue 19305 - Include role and variable issues | |
| hosts: localhost | |
| connection: local | |
| become: no | |
| gather_facts: no | |
| tasks: | |
| - name: Include some roles | |
| include_role: | |
| name: "{{ item }}" |
| #!/bin/bash | |
| mkdir -p ./roles/testrole/{defaults,tasks} | |
| touch ./roles/testrole/{defaults,tasks}/main.yml | |
| touch ./roles/testrole/tasks/{install,remove}.yml | |
| cat > playbook-default-vars.yml << EOF | |
| - hosts: localhost | |
| roles: | |
| - testrole | |
| EOF |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "register": "outputs", | |
| "command": "{{kubespray_command}}", | |
| "name": "run kubespray" | |
| }, |
| {{ register.results | map(attribute='changed') | list }} |