ansible-role-ntp icon indicating copy to clipboard operation
ansible-role-ntp copied to clipboard

rocky linux support

Open rchaud opened this issue 2 years ago • 0 comments

It seems Rockylinux is expecting the Rocky.yml file in variables but it is not found.

fatal: [rockylinux8]: FAILED! => {"ansible_facts": {}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access 'Rocky.yml'\nSearched in:\n\t/Users/***/.ansible/roles/geerlingguy.ntp/vars/Rocky.yml\n\t/Users/***/.ansible/roles/geerlingguy.ntp/Rocky.yml\n\t/Users/***/.ansible/roles/geerlingguy.ntp/tasks/vars/Rocky.yml\n\t/Users/***/.ansible/roles/geerlingguy.ntp/tasks/Rocky.yml\n\t/Users/***/Downloads/galaxymoleculetest/molecule/default/vars/Rocky.yml\n\t/Users/***/Downloads/galaxymoleculetest/molecule/default/Rocky.yml on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}

I have added the file for Rockylinux under the vars directory.

rchaud avatar Aug 25 '22 17:08 rchaud