Re: [ansible-project] Unexpected parameter type in new Ansible role

2020-03-09 Thread Dick Visser
Hi On Mon, 9 Mar 2020 at 18:48, harry devine wrote: > The main.yml under tasks is as follows: > > - name: Playbook to perform a repo sync from the sat server > hosts: localhost > > tasks: > # Sync all repositories > - name: Get all repositories > foreman_search_facts: >

[ansible-project] Unexpected parameter type in new Ansible role

2020-03-09 Thread harry devine
I'm trying to create a role that will update Satellite content views using the Foreman/Katello modules. Here's what the role tree looks like: [root@server1 /etc/ansible/roles/foreman_content_views]#tree . ├── defaults │ └── main.yml ├── tasks │ ├── clean_cv.yml │ └── main.yml └── vars