Loading Ansible/roles/debian_server/tasks/main.yml +5 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,11 @@ - always - name: Include Toolbox tasks ansible.builtin.import_tasks: ansible.builtin.include_tasks: file: toolbox.yml apply: tags: - toolbox - toolbx tags: - always Ansible/roles/debian_server/tasks/toolbox.yml +4 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,8 @@ value: "1" - name: Install Podman from the Kubic repository when: toolbox_podman_repo_base_url is defined # yamllint disable-line rule:line-length when: ansible_facts.distribution_release in toolbox_podman_repo_base_url_mapping block: - name: Add the Podman repo key apt_key: Loading Loading @@ -55,7 +56,7 @@ - name: Install Toolbx from toolbox-build # yamllint disable-line rule:line-length when: ansible_facts.distribution_release is not in toolbox_distros_with_apt_package when: ansible_facts.distribution_release is in toolbox_distros_without_apt_package unarchive: dest: /usr/local/ remote_src: true Loading @@ -64,7 +65,7 @@ - name: APT install Toolbx # yamllint disable-line rule:line-length when: ansible_facts.distribution_release is in toolbox_distros_with_apt_package when: ansible_facts.distribution_release is not in toolbox_distros_without_apt_package apt: cache_valid_time: 3600 name: Loading Loading
Ansible/roles/debian_server/tasks/main.yml +5 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,11 @@ - always - name: Include Toolbox tasks ansible.builtin.import_tasks: ansible.builtin.include_tasks: file: toolbox.yml apply: tags: - toolbox - toolbx tags: - always
Ansible/roles/debian_server/tasks/toolbox.yml +4 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,8 @@ value: "1" - name: Install Podman from the Kubic repository when: toolbox_podman_repo_base_url is defined # yamllint disable-line rule:line-length when: ansible_facts.distribution_release in toolbox_podman_repo_base_url_mapping block: - name: Add the Podman repo key apt_key: Loading Loading @@ -55,7 +56,7 @@ - name: Install Toolbx from toolbox-build # yamllint disable-line rule:line-length when: ansible_facts.distribution_release is not in toolbox_distros_with_apt_package when: ansible_facts.distribution_release is in toolbox_distros_without_apt_package unarchive: dest: /usr/local/ remote_src: true Loading @@ -64,7 +65,7 @@ - name: APT install Toolbx # yamllint disable-line rule:line-length when: ansible_facts.distribution_release is in toolbox_distros_with_apt_package when: ansible_facts.distribution_release is not in toolbox_distros_without_apt_package apt: cache_valid_time: 3600 name: Loading