move this to a dep instead of including it

This commit is contained in:
Kevin Fenzi 2017-08-19 17:13:49 +00:00
parent a7c6119b96
commit 06033a3b27
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,5 @@
---
dependencies:
- { role: basessh }
- { role: ntp }
- { role: dnf-automatic }

View file

@ -104,9 +104,6 @@
- base
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
- name: Set up SSH
include_role: name=basessh
- name: make sure hostname is set right on rhel7 hosts
hostname: name="{{inventory_hostname}}"