This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
5540dab382
community.general
/
tests
/
integration
/
targets
/
filesystem
/
aliases
6 lines
64 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-03-09 10:11:07 +01:00
destructive
filesystem: extend support for FreeBSD (#2902) * extend support for FreeBSD * Check if FS exists with `fstyp` if `blkid` fails to find FS signature (fix a potential data loss) * Add support for FreeBSD special devices (character devices). * Add support for FreeBSD native fstype (UFS). * Update DOCUMENTATION accordingly. * add/update integration tests * Add tests for `fstype=ufs` on FreeBSD. * Run `remove_fs` tests (`state=absent`) on FreeBSD. * Run `overwrite_another_fs` tests on FreeBSD. * add a changelog fragment * fix indentation * restrict new tests to regular files * fix typo * fix searching of providersize (block count) * add '-y' option to growfs command * remove references to versions older than the collection itself * bump version adding new feats to 3.4.0 * reformat *collection* and *version added* for better DOCUMENTATION parsing * skip tests for FreeBSD < 12.2 * run tests for FreeBSD >= 12.2 * re-enable tests for FreeBSD < 12.2 and give it a try with group1 * util-linux not available on FreeBSD < 12.2
2021-07-10 16:37:31 +02:00
shippable/posix/group1
Initial commit
2020-03-09 10:11:07 +01:00
skip/aix
skip/osx
Run tests with macOS 10.15. (#971) * Run tests with macOS 10.15. * Restrict to macOS CI runs for now until they pass. * Skip tests on macOS that are skipped on OSX. * Disable consul test for macOS. * Disable chroot connection tests for macOS. * Add setup_gnutar role from https://github.com/ansible/ansible/pull/71841. * Use setup_gnutar for yarn and npm tests. * Revert "Restrict to macOS CI runs for now until they pass." This reverts commit d945d0399f1727a5fe5942089c74d6662bd2b045. * hashi_vault lookup tests seem to be always unstable, disabling for now. * Use homebrew module instead of command.
2020-09-30 14:00:05 +02:00
skip/macos
Copy permalink