File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
molecule/ssh_hardening_bsd Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3636 fail-fast : false
3737 matrix :
3838 molecule_distro :
39- # - openbsd7 # disabled because of outdated image, see https://github.com/lavabit/robox/issues/305
39+ - openbsd7
4040 - freebsd13
4141 - freebsd14
4242 steps :
Original file line number Diff line number Diff line change 44 become : true
55 gather_facts : false
66 tasks :
7+ - name : Change installation source
8+ # temporary fix for https://github.com/lavabit/robox/issues/305
9+ ansible.builtin.raw : echo "https://ftp.eu.openbsd.org/pub/OpenBSD" > /etc/installurl
10+ changed_when : false
11+ when : lookup('env', 'MOLECULE_DISTRO') == 'openbsd7'
12+
713 - name : Install python
814 # BSDs are special for Ansible - https://docs.ansible.com/ansible/latest/os_guide/intro_bsd.html
915 ansible.builtin.raw : pkg_add python%3.10
You can’t perform that action at this time.
0 commit comments