diff --git a/roles/spacewalk-customisations/tasks/customisations.yml b/roles/spacewalk-customisations/tasks/customisations.yml index a5b0b57..5caf9c1 100644 --- a/roles/spacewalk-customisations/tasks/customisations.yml +++ b/roles/spacewalk-customisations/tasks/customisations.yml @@ -39,7 +39,4 @@ - name: Set sync repo schedules command: spacecmd --user=admin --password={{spacewalk_admin_password}} -- softwarechannel_setsyncschedule {{item.label}} 0 30 3 ? * * - with_items: "{{spacewalk_repo_info}}" - - - + with_items: "{{spacewalk_repo_info}}" \ No newline at end of file diff --git a/spacewalk-clients.yml b/spacewalk-clients.yml new file mode 100755 index 0000000..0bab017 --- /dev/null +++ b/spacewalk-clients.yml @@ -0,0 +1,5 @@ +--- +- hosts: spacewalk-clients + sudo: yes + roles: + - spacewalk-client \ No newline at end of file