diff options
Diffstat (limited to 'migrate-centos-8-to-stream.yml')
-rw-r--r-- | migrate-centos-8-to-stream.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate-centos-8-to-stream.yml b/migrate-centos-8-to-stream.yml index ce9c5c2..f35c745 100644 --- a/migrate-centos-8-to-stream.yml +++ b/migrate-centos-8-to-stream.yml @@ -1,5 +1,5 @@ --- -- hosts: "{{runtime_hosts|default('dus_test')}}" +- hosts: "{{runtime_hosts|default('CHANGEME')}}" gather_facts: "no" tasks: - name: Gather distro |