Looks like indenting. "state" should be indented to the level of "name" since they are both directives of dnf.
On Wed, Sep 23, 2020 at 6:49 PM Prabhakaran Karuppaih < [email protected]> wrote: > - name: Install other dependencies > dnf: > name: > - unixODBC > - unixODBC-devel > - mysql-connector-odbc > - MySQL-python > - tcpdump > - ntp > - ntpdate > - jansson > - bind-utils > state: present > > I am getting the following error Message: > ERROR! Conflicting action statements: state, dnf > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/33311026-d3ea-4a08-b676-09e9c35e092fn%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/33311026-d3ea-4a08-b676-09e9c35e092fn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAH4rTPt-FH%2BOpsJbpS7%2BBOM-vD5efGApwqe63Sq-sbYQVALw4A%40mail.gmail.com.
