blog
© 2023 blog
Powered by WordPress and Alpha Trinity
04.08.2020 / 0 comments
— name: Copy directory from ansible to host with owner and permissions copy: src: «local_directory1/» dest: «{{ remote_tmp_path}}/» owner: «uip» group: «uip» mode: ‘0644’