mirror of https://github.com/ansible/ansible.git
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 14pull/84284/head
parent
1d61f2a4fd
commit
a98801903d
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ansible-test - Replace remote FreeBSD 13.3 with 13.4.
|
||||||
@ -1 +0,0 @@
|
|||||||
faketime_pkg: libfaketime
|
|
||||||
@ -1 +1,2 @@
|
|||||||
remote_dir: "{{ remote_tmp_dir }}"
|
remote_dir: "{{ remote_tmp_dir }}"
|
||||||
|
faketime_pkg: libfaketime
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
cron_pkg:
|
||||||
|
cron_service: cron
|
||||||
|
list_pkg_files: pkg info --list-files
|
||||||
|
faketime_pkg: libfaketime
|
||||||
@ -1,3 +1,4 @@
|
|||||||
cron_pkg:
|
cron_pkg:
|
||||||
cron_service: cron
|
cron_service: cron
|
||||||
list_pkg_files: pkg info --list-files
|
list_pkg_files: pkg info --list-files
|
||||||
|
faketime_pkg: ~
|
||||||
|
|||||||
Loading…
Reference in New Issue