Skip to content

Commit 2a7d844

Browse files
authored
Remove bindep requirements for community.general.ipa_user (#105)
* Remove bindep requirements for community.general.ipa_use * Update bindep installation and usage * Upgrade pip on the runner * Increment collection to 3.4.2
1 parent 6e3b47d commit 2a7d844

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/validate_pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
python-version: '3.9'
3636
cache: 'pip'
3737

38-
- name: Set up Ansible collections
38+
- name: Set up Ansible and Ansible collections and roles
3939
run: |
4040
sudo update-alternatives --install /usr/bin/python python $(which python3) 1
41-
pip install ansible-core==2.12 ansible-builder pycodestyle voluptuous pylint pyyaml ansible-lint
41+
pip install --upgrade pip
42+
pip install ansible-core==2.12 ansible-builder bindep pycodestyle voluptuous pylint pyyaml ansible-lint
4243
ansible-galaxy collection install -r builder/requirements.yml -p /usr/share/ansible/collections
4344
ansible-galaxy role install -r builder/requirements.yml -p /usr/share/ansible/roles
4445
@@ -54,7 +55,7 @@ jobs:
5455
--write-pip final_python.txt --write-bindep final_bindep.txt \
5556
/usr/share/ansible/collections
5657
pip install -r final_python.txt
57-
sudo apt-get -y install $(cat final_bindep.txt)
58+
bindep --file final_bindep.txt
5859
5960
- name: Report installed Python dependencies
6061
run: pip freeze

bindep.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@
1414

1515
# ansible.posix.patch
1616
patch [platform:rpm]
17-
18-
# community.general.ipa_user
19-
hashlib [platform:rpm]
20-
base64 [platform:rpm]

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace: cloudera
1616
name: cluster
17-
version: 3.4.1
17+
version: 3.4.2
1818

1919
authors: []
2020
readme: README.md

0 commit comments

Comments
 (0)