mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
taskotron: remove debug msg
The problem was solved by clearing ansible facts cache.
This commit is contained in:
@@ -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: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- debug:
|
||||
msg: "|||FEDORA|||| {{ ansible_distribution_major_version }}"
|
||||
|
||||
roles:
|
||||
- { role: base, tags: ['base'] }
|
||||
|
||||
Reference in New Issue
Block a user