Created
February 25, 2022 14:25
-
-
Save amaurybsouza/ea3d3c772d7d50ace2923b879dbf242d to your computer and use it in GitHub Desktop.
ansible_playbooks_example03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-playbook playbooks/install_docker.yml --start-at-task="Ensure Docker is running" | |
PLAY [my playbook] ******************************************************************************************************************************************************* | |
TASK [Ensure Docker is running] ****************************************************************************************************************************************** | |
ok: [localhost] | |
PLAY RECAP *************************************************************************************************************************************************************** | |
localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment