Skip to content

Commit

Permalink
Added warning about Ansible 2.9.0
Browse files Browse the repository at this point in the history
Issue #56
  • Loading branch information
Dave Beech authored Nov 12, 2019
1 parent 2b3d2c1 commit ac89cb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ An Ansible Playbook that installs the Cloudera stack on RHEL/CentOS

# Running the playbook

* Setup an [Ansible Control Machine](http://docs.ansible.com/ansible/intro_installation.html)
* Setup an [Ansible Control Machine](http://docs.ansible.com/ansible/intro_installation.html).

Please **do not use Ansible 2.9.0**. This version has an [issue with templating](https://github.com/ansible/ansible/issues/64745) which causes the playbook execution to fail. Instead, use the latest 2.8.x version as this is not affected.

* Create Ansible configuration (optional):

```ini
Expand Down

0 comments on commit ac89cb8

Please sign in to comment.