Skip to content
Snippets Groups Projects

Setting ansible lint 01

4 files
+ 186
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -27,6 +27,7 @@
ansible.builtin.command:
cmd: ls -hal /
register: ret_list_folder
changed_when: ret_list_folder.rc != 0
- name: Shows output from listing folder
ansible.builtin.debug:
Loading