Skip to content

Commit

Permalink
Clean up formatting for molecule.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Oct 3, 2023
1 parent 88f73fd commit da5926d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ provisioner:
all:
vars:
molecule_distro: "{{ lookup('env', 'MOLECULE_DISTRO', default='jammy') }}"
molecule_iso: "{{ lookup('env', 'MOLECULE_ISO', default='https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso') }}"
molecule_iso_default: 'https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso'
molecule_iso: "{{ lookup('env', 'MOLECULE_ISO', default=molecule_iso_default) }}"
molecule_debug: "{{ lookup('env', 'GITHUB_ACTIONS', default='false') | bool }}"
cache_dir: "/tmp/{{ molecule_distro }}"
output_dir: "{{ lookup('env', 'MOLECULE_OUTPUT_DIR', default='/tmp/logs') }}"
Expand Down

0 comments on commit da5926d

Please sign in to comment.