Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thost96 authored Feb 1, 2024
1 parent c1591e9 commit 451992f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# Not yet implemented
system_kernel_upgrade: false
# Not yet implemented
system_kernel_clean: false
system_kernel_clean: false
post_tasks:
# Tools - Cockpit
- name: Validate Cockpit version
Expand Down
4 changes: 3 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@
state: present

- name: Download Zamba LXC Toolbox
repo: https://github.com/bashclub/zamba-lxc-toolbox
ansible.builtin.git:
repo: https://github.com/bashclub/zamba-lxc-toolbox.git
dest: "{{ tools_zamba_lxc_toolbox_path }}"
update: yes

- name: Copy Toolbox Config
ansible.builtin.copy:
Expand Down

0 comments on commit 451992f

Please sign in to comment.