Просмотр исходного кода

configuration files to home directory

master
Markus Katharina Brechtel 7 лет назад
Родитель
Сommit
b986da379c
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      tasks/main.yml

+ 2
- 2
tasks/main.yml Просмотреть файл

@@ -7,12 +7,12 @@
- name: configuration pull directory
local_action: file
args:
path: host_files/{{inventory_hostname}}/etc
path: ~/host_files/{{inventory_hostname}}/etc
state: directory

- name: pull configuration
synchronize:
src: /etc/postfix
dest: host_files/{{inventory_hostname}}/etc/
dest: ~/host_files/{{inventory_hostname}}/etc/
mode: pull
recursive: true

Загрузка…
Отмена
Сохранить