]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ansible: Add tag to python interpreter var setting tasks 2327/head
authorDavid Galloway <david.galloway@ibm.com>
Tue, 18 Feb 2025 03:13:09 +0000 (22:13 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Tue, 18 Feb 2025 03:13:09 +0000 (22:13 -0500)
commiteee0dd229599b3c300e0f8bbdae611004c8b5396
tree69c44ac13ec64be660dbfce4b550648b1a22fa71
parent84648d12edb7d293f048a6484411437c62397d2b
ansible: Add tag to python interpreter var setting tasks

I'm working on a combination of terraform and ansible to quickly
spin up instances in IBM Cloud so they can join Jenkins as builders.

Part of this process involves creating a virtualenv and running ansible
from it.  python-jenkins needs to be installed in the virtualenv and
setting the python interpreters inside the playbook breaks that.

This PR will let me `--skip-tags interpreter`

Signed-off-by: David Galloway <david.galloway@ibm.com>
ansible/examples/builder.yml