Fix even more tests (#69)

* Remove meraki unit tests.

* Reenable disabled tests.

* Re-disable xfs_quota tests - depend on ansible/ansible#68223.

* Fix FQCNs.

* More FQCNs.

* Fix typo.
This commit is contained in:
Felix Fontein
2020-03-30 09:24:27 +02:00
committed by GitHub
parent 775ab35ddd
commit 14731bf485
8 changed files with 10 additions and 179 deletions

View File

@@ -1,3 +1,2 @@
needs/root
shippable/posix/group3
disabled #fixme

View File

@@ -3,5 +3,5 @@ chroot-pipelining ansible_ssh_pipelining=true
chroot-no-pipelining ansible_ssh_pipelining=false
[chroot:vars]
ansible_host=/
ansible_connection=chroot
ansible_connection=community.general.chroot
ansible_python_interpreter="{{ ansible_playbook_python }}"