Horje
ansible copy Code Example
ansible copy
- name: Copy in config file for RHEL
  copy:
    src: './files/rhel/syslog'
    dest: '/etc/logrotate.d/'
    owner: root
    group: root
    mode: '0600'
  when:
    - ansible_facts['distribution'] == 'RedHat'
  become: yes




Shell

Related
how to install viber on ubuntu Code Example how to install viber on ubuntu Code Example
get last element in an array bash Code Example get last element in an array bash Code Example
instalar pyqt5 con en mac Code Example instalar pyqt5 con en mac Code Example
wsl install cmake Code Example wsl install cmake Code Example
netlify Command failed with exit code 1: yarn build Code Example netlify Command failed with exit code 1: yarn build Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10