Skip to content
Snippets Groups Projects

Fix/lint

Merged Christophe Ninucci requested to merge fix/lint into main
3 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -37,7 +37,7 @@
become_user: "{{ username }}"
tags: [always]
- name: Setup the podman container for {{ container.name }}
- name: Setup the podman container for {{ container.name }} # noqa: args[module]
containers.podman.podman_container: "{{ container | combine(mandatory_podman_config) }}"
become: true
become_user: "{{ username }}"
Loading