Skip to content

Commit 5e58595

Browse files
committed
update README to reflect latest tool updates
1 parent 7ad44dd commit 5e58595

1 file changed

Lines changed: 13 additions & 16 deletions

File tree

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

22
# Linux Developer VM Example / Template
33

4-
[![Circle CI](https://circleci.com/gh/Zuehlke/linux-developer-vm-with-ansible/tree/master.svg?style=shield)](https://circleci.com/gh/Zuehlke/linux-developer-vm-with-ansible/tree/master)
5-
64
A minimal example / template project for an Ansible-managed Linux Developer VM.
75

8-
![Linux Developer VM Screenshot](https://user-images.githubusercontent.com/365744/79437115-0b707300-7fd2-11ea-964f-0b5a0ff36d05.png)
6+
![Linux Developer VM Screenshot](https://user-images.githubusercontent.com/365744/122089607-3721ff80-ce07-11eb-801e-661715e95aaa.png)
97

108
It's meant to be copy/pasted and filled with life. The `roles/` directory contains the roles
119
for setting up the VM, the `spec/` directory contains the tests that come along with it.
@@ -101,28 +99,27 @@ should see all tests passing:
10199
```
102100
...
103101
default: ============================= test session starts ==============================
104-
default: platform linux -- Python 3.8.2, pytest-5.4.1, py-1.8.1, pluggy-0.13.1 -- /usr/bin/python3
105-
default: cachedir: .pytest_cache
102+
default: platform linux -- Python 3.8.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
106103
default: rootdir: /home/user/vm-setup
107-
default: plugins: testinfra-5.0.0, spec-2.0.0
108-
default: collecting ...
104+
default: plugins: testinfra-6.3.0, spec-3.2.0
109105
default: collected 8 items
110106
default:
111107
default: spec/test_ansible.py:
112-
default: ✓ Ansible is installed at version 2 9 6 [local]
113-
default: ✓ Ansible commands are found [local]
114-
default: ✓ Ansible version command reports version 2 9 6 [local]
108+
default: ✓ Ansible is installed at version 2 9 22 [local]
109+
default: ✓ Ansible commands are found [local]
110+
default: ✓ Ansible version command reports version 2 9 22 [local]
115111
default:
116112
default: spec/test_ansible_lint.py:
117-
default: ✓ Ansible lint is installed at version 4 2 0 [local]
118-
default: ✓ Ansible lint command is found [local]
119-
default: ✓ Ansible lint version command reports version 4 2 0 [local]
113+
default: ✓ Ansible lint is installed at version 5 0 12 [local]
114+
default: ✓ Ansible lint command is found [local]
115+
default: ✓ Ansible lint version command reports version 5 0 12 [local]
120116
default:
121117
default: spec/test_testinfra.py:
122-
default: ✓ Testinfra is installed at version 5 0 0 [local]
123-
default: ✓ Pytest spec is installed at version 2 0 0 [local]
118+
default: ✓ Testinfra is installed at version 6 3 0 [local]
119+
default: ✓ Pytest spec is installed at version 3 2 0 [local] [100%]
120+
default:
124121
default:
125-
default: ============================== 8 passed in 4.05s ===============================
122+
default: ============================== 8 passed in 28.56s ==============================
126123
```
127124

128125
If these are passing as expected, you can continue developing on the Ansible roles within this repo.

0 commit comments

Comments
 (0)