diff options
author | Matt Clay <matt@mystile.com> | 2024-11-07 22:19:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 22:19:26 +0100 |
commit | a98801903df4a9a3af65ad917e96fc4f3e3437a6 (patch) | |
tree | c5131039f0530f84dca5f5d715764f0e0b0f3f68 /test/integration/targets/cron/defaults/main.yml | |
parent | remove ignore clauses for module uri (#83642) (diff) | |
download | ansible-a98801903df4a9a3af65ad917e96fc4f3e3437a6.tar.xz ansible-a98801903df4a9a3af65ad917e96fc4f3e3437a6.zip |
ansible-test - Replace FreeBSD 13.3 with 13.4 (#84236)
* ansible-test - Replace FreeBSD 13.3 with 13.4
* ansible-test - Fix typos in bootstrap.sh
* Skip libfaketime on FreeBSD except FreeBSD 14
Diffstat (limited to 'test/integration/targets/cron/defaults/main.yml')
-rw-r--r-- | test/integration/targets/cron/defaults/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/cron/defaults/main.yml b/test/integration/targets/cron/defaults/main.yml deleted file mode 100644 index 37e6fc3714..0000000000 --- a/test/integration/targets/cron/defaults/main.yml +++ /dev/null @@ -1 +0,0 @@ -faketime_pkg: libfaketime |