ansible recurse chmod

19.08.2020 / 0 comments

— name: Set execute bit file: path: «{{ tmpdir.path }}/chmoded» mode: ‘0755’ recurse: yes