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:
|
dependencies:
|
||||||
|
- { role: basessh }
|
||||||
- { role: ntp }
|
- { role: ntp }
|
||||||
- { role: dnf-automatic }
|
- { role: dnf-automatic }
|
||||||
|
|
|
@ -104,9 +104,6 @@
|
||||||
- base
|
- base
|
||||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
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
|
- name: make sure hostname is set right on rhel7 hosts
|
||||||
hostname: name="{{inventory_hostname}}"
|
hostname: name="{{inventory_hostname}}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue