Changeset - 81902625d067
[Not reviewed]
0 1 0
x - 17 months ago 2023-12-14 18:13:05
xbr@c3l.lu
feat: update hugo to v.0.121 from v0.119
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
web/tasks/hugo.yml
Show inline comments
 
@@ -2,13 +2,13 @@
 
# Setup the Hugo website
 
- name: "Get package facts"
 
  package_facts:
 
    manager: "apt"
 
- name: "Install Hugo"
 
  ansible.builtin.apt:
 
    deb: "https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_extended_0.119.0_linux-amd64.deb"
 
    deb: "https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_linux-amd64.deb"
 
    state: present
 
  become: true
 
  when: "'hugo' not in ansible_facts.packages"
 
- name: "Make sure repos directory exists"
 
  ansible.builtin.file:
 
    path: "~/repos"
0 comments (0 inline, 0 general)