We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b643ec4 commit fa76a4aCopy full SHA for fa76a4a
orchestration/scripts/app.sh
@@ -5,7 +5,7 @@ set -e
5
6
# Configure Django on app server.
7
ansible app -b -m yum -a "name=python3-pip state=present"
8
-ansible app -b -m pip -a "name=django<4 state=present"
+ansible app -b -m pip -a "executable=pip3 name=django<4 state=present"
9
10
# Check Django version.
11
ansible app -a "python3 -m django --version"
0 commit comments