[root@localhost playbooks]# ansible-playbook starfish.yml
[DEPRECATION WARNING]: The firewalld module has been moved to the
ansible.posix
collection. This feature will be removed from community.general in version
2.0.0. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
PLAY [starfish]
****************************************************************
TASK [Gathering Facts]
*********************************************************
ok: [localhost]
TASK [Install epel-release]
****************************************************
ok: [localhost]
TASK [Install dependencies]
****************************************************
fatal: [localhost]: FAILED! => {"changed": false, "failures": ["No package
MySQL-python available."], "msg": "Failed to install some of the specified
packages", "rc": 1, "results": []}
PLAY RECAP
*********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0
ignored=0
[root@localhost playbooks]#
--
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/a0cffd7a-1eda-4641-985a-b7aac5e6be5fn%40googlegroups.com.