Skip to content

Instantly share code, notes, and snippets.

@moziauddin
Last active June 16, 2018 04:11
Show Gist options
  • Save moziauddin/95ca34ad61a580ffa00ccc8dd7218d08 to your computer and use it in GitHub Desktop.
Save moziauddin/95ca34ad61a580ffa00ccc8dd7218d08 to your computer and use it in GitHub Desktop.
Ansible
# Ignore ansible version check based on tags. Skip tasks with certain tags...
ansible-playbook -i /tmp/inv pbook.yml -u ubuntu -b `--skip-tags={{ tag_name_version_check }}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment