Changeset - c79d07905efd
[Not reviewed]
0 1 0
x - 17 months ago 2023-12-14 21:06:38
xbr@c3l.lu
fix: builtin for package_facts
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
web/tasks/hugo.yml
Show inline comments
 
---
 
# Setup the Hugo website
 
- name: "Get package facts"
 
  package_facts:
 
  ansible.builtin.package_facts:
 
    manager: "apt"
 
- name: "Install Hugo"
 
  ansible.builtin.apt:
0 comments (0 inline, 0 general)