diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-16 17:46:18 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-16 17:46:18 +0000 |
commit | b87bd5f2057700c8519dce9407a31b45b41c4503 (patch) | |
tree | 6db060acbacf58f43cb5bf212a997f1bc968bed7 | |
parent | bfa06337cc21f34fab3623ed992205c630f687ca (diff) | |
download | ansible-b87bd5f2057700c8519dce9407a31b45b41c4503.tar.gz ansible-b87bd5f2057700c8519dce9407a31b45b41c4503.tar.xz ansible-b87bd5f2057700c8519dce9407a31b45b41c4503.zip |
Include from cloud_setup_basic
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | tasks/cloud_setup_basic.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index dae658488..ae412e8ef 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -37,6 +37,9 @@ - packages when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined +- name: Include basessh + include_role: name=basessh + - name: put step-tickers in place copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers when: ansible_cmdline.ostree is not defined |