Skip to content

Is ansible.builtin. redundant in tasks? #13

@lenormf

Description

@lenormf

Do we need the ansible.builtin. prefix here, or would systemd and file work, respectively?

roles/certificates/tasks/001-certbot.yml       
13-  ignore_errors: yes                        
14:  ansible.builtin.systemd:                  
15-    name: nginx.service                     
                                               
roles/base/tasks/001-users.yml                 
11-- name: enable systemd lingering for users  
12:  ansible.builtin.file:                     
13-    path: /var/lib/systemd/linger/{{ item }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions