ソースを参照

update to ansible 2.6

master
コミット
a0fc4b9282
2個のファイルの変更6行の追加6行の削除
  1. +5
    -3
      tasks/main.yml
  2. +1
    -3
      tasks/password.yml

+ 5
- 3
tasks/main.yml ファイルの表示

@@ -1,7 +1,9 @@
---

- include_tasks: password.yml
- import_tasks: password.yml
when: not root_target_directory is defined

- include_tasks: ssh.yml
- import_tasks: ssh.yml

- include_tasks: fish.yml
- import_tasks: fish.yml
when: not root_target_directory is defined

+ 1
- 3
tasks/password.yml ファイルの表示

@@ -4,6 +4,4 @@
user:
name: root
password: "{{ root_password }}"
when:
- root_password is defined
- not root_target_directory is defined
when: root_password is defined