move this to a dep instead of including it
This commit is contained in:
parent
a7c6119b96
commit
06033a3b27
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: basessh }
|
||||
- { role: ntp }
|
||||
- { role: dnf-automatic }
|
||||
|
|
|
@ -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}}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue