File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
77pushd $SCRIPT_DIR
88
99dnf -y --setopt=install_weak_deps=False --setopt=tsflags=' ' \
10- --nogpgcheck --skip-broken -- quiet install \
10+ --nogpgcheck --quiet install --skip-broken \
1111 python3-black \
1212 clang \
1313 clang-analyzer \
Original file line number Diff line number Diff line change 1010 - classic
1111 tasks :
1212 - name : Make sure fedpkg and selinux bindings are installed
13- shell : dnf -y install fedpkg python{2,3}-libselinux libmodulemd-devel --skip-broken
13+ shell : dnf -y install --skip-broken fedpkg python{2,3}-libselinux libmodulemd-devel
1414 - name : Copy spec file to remote machine
1515 copy :
1616 src : " {{ playbook_dir }}/../libmodulemd.spec"
You can’t perform that action at this time.
0 commit comments