Skip to content

Commit

Permalink
Merge pull request #185 from cradle8810/184_apt
Browse files Browse the repository at this point in the history
Merge apt task
  • Loading branch information
cradle8810 authored Sep 6, 2024
2 parents b4b5bc0 + d1350bf commit c29bd78
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

- name: Apt install
ansible.builtin.import_tasks:
file: tasks/console/apt.yml
file: tasks/apt.yml

- name: Install Pre-builded Rename-util
ansible.builtin.import_tasks:
Expand Down
2 changes: 1 addition & 1 deletion jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- name: Apt install
ansible.builtin.import_tasks:
file: tasks/jenkins/apt.yml
file: tasks/apt.yml

- name: Install Jenkins
ansible.builtin.import_role:
Expand Down
2 changes: 1 addition & 1 deletion ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

- name: Apt install
ansible.builtin.import_tasks:
file: tasks/ollama/apt.yml
file: tasks/apt.yml

- name: Stop Apt-daily
ansible.builtin.import_tasks:
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions tasks/jenkins/apt.yml

This file was deleted.

6 changes: 0 additions & 6 deletions tasks/ollama/apt.yml

This file was deleted.

0 comments on commit c29bd78

Please sign in to comment.