mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 11:15:55 +00:00
utils: Remove deprecated shell scripts used to deploy IPA.
The deprecated shell scripts used to deplay IPA are outdated and are not needed to deploy IPA. There is no documentation about them, and they would need to be updated and maintained in the future.
This commit is contained in:
@@ -122,8 +122,7 @@ for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py; do
|
||||
chmod a-x $i
|
||||
done
|
||||
|
||||
for i in utils/*.py utils/ansible-ipa-*-install utils/new_module \
|
||||
utils/changelog utils/ansible-doc-test;
|
||||
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test
|
||||
do
|
||||
sed -i '{s@/usr/bin/python*@%{python}@}' $i
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user