diff options
author | binary <me@rgoncalves.se> | 2020-12-02 18:45:55 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-02 18:45:55 +0100 |
commit | d607fd2bbd87b5c485a2da961bd03a0d1ae2edcd (patch) | |
tree | 0723b5ecd0a95c4961c82a2099a928d66e9752cd /roles/common/tasks/main.yml | |
parent | 739f8e5740fb6dcdf4aaab81614e97808eb8fd20 (diff) | |
download | infrastructure-d607fd2bbd87b5c485a2da961bd03a0d1ae2edcd.tar.gz |
Make tasks more dependant with ansible_facts
Diffstat (limited to 'roles/common/tasks/main.yml')
-rw-r--r-- | roles/common/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 2f2074a..69b1f56 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -18,7 +18,7 @@ group: "{{ group_root }}" state: directory mode: 0755 - when: os_type == "linux" + when: ansible_system == "Linux" - name: copy zsh configuration file copy: |