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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }}"