taskotron: remove debug msg
The problem was solved by clearing ansible facts cache.
This commit is contained in:
parent
8e7ceb59f0
commit
9ba5029f48
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
# create a new taskotron dev server
|
# create a new taskotron server
|
||||||
# NOTE: make sure there is room/space for this server on the vmhost
|
# NOTE: make sure there is room/space for this server on the vmhost
|
||||||
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||||
|
|
||||||
|
@ -17,8 +17,6 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
- debug:
|
|
||||||
msg: "|||FEDORA|||| {{ ansible_distribution_major_version }}"
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: base, tags: ['base'] }
|
- { role: base, tags: ['base'] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue